Q4
How do you create an object of a class in Python?
A.
Using the class name and parentheses
AnswerB.
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