Vidyalelo
Python · Q4

Classes and Objects in Python

Programming · Python · question 4

Q4

How do you create an object of a class in Python?

A.
Using the class name and parentheses
Answer
B.
Using the create() method
C.
Using the new keyword
D.
Using the object() method

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board