Kizspy | Question: 35
(Choose 1 answer)
What does the __init__() the function do in Python?
A. Initializes the class for use.
B. This function is called when a new object is instantiated.
C. Initializes all the data attributes to zero when called.
D. None of the above.