Question:Which of the following option is true?
A Constructors can accept parameters, which are assigned to specific object properties at creation time.
B Constructors can call class methods or other functions.
C Class constructors can call on other constructors, including those from the class parent.
D All
+ AnswerD
+ Report