Constructors and Destructors - Programming

Q1:

How many times a constructor is called in the life-time of an object?

A Only once

B Twice

C Thrice

D Depends on the way of creation of object

ANS:A - Only once

No answer description is available. Let's discuss.