Computer Science, asked by chgkrish99, 8 months ago

____ is used to create an object in python 1)class 2) constructor 3)none​

Answers

Answered by rakzhana01
0

Answer:

constructor is used to create an object in python

Answered by Anonymous
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