Q10
What is the __init__ method used for in Python classes?
A.
It initializes the attributes of an object
AnswerB.
It defines a method
C.
It is a constructor
D.
It is a destructor
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board