Cpp Programming Quiz 264 – Which of the following gets called when an object is being created?

Question: Which of the following gets called when an object is being created?
[A].
constructor
[B].

virtual function
[C].

destructor
[D].

main 

Answer: Option A

Explanation:

No answer description available for this question.