Constructors and Destructors - Programming

Q1:

Which of the following gets called when an object is being created?

A constructor

B virtual function

C destructor

D main

ANS:A - constructor

No answer description is available. Let's discuss.