Question:What is constructor?
A A class automatically called whenever a new object of this class is created.
B A class automatically called whenever a new object of this class is destroyed.
C A function automatically called when a new object of this class is created.
D A function automatically called whenever a new object of this class is destroyed.
+ AnswerC
+ Report