Kizspy | Question: 36
(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.