OOPS Concepts - Programming

Q1:

Which of the following statement is correct?

A A constructor is called at the time of declaration of an object.

B A constructor is called at the time of use of an object.

C A constructor is called at the time of declaration of a class.

D A constructor is called at the time of use of a class.

ANS:A - A constructor is called at the time of declaration of an object.

No answer description is available. Let's discuss.