____ is used to create an object in python 1)class 2) constructor 3)none
Answers
Answered by
0
Answer:
constructor is used to create an object in python
Answered by
1
Constructors had used for creating an object in python.
- Real-world objects and python objects are similar to each other.
- In a programming language, it is a class, which has its state and behavior.
- The properties of an object can get represented by variables.
- We can show the behaviour by methods.
Similar questions