Cpp Programming Quiz 134 – Constructor is executed when _____.

Question: Constructor is executed when _____.
[A]. an object is created
[B]. an object is used[C]. a class is declared
[D]. an object goes out of scope.

Answer: Option A