Cpp Programming Quiz 234 – How many times a constructor is called in the life-time of an object?

Question: 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 

Answer: Option A

Explanation:

No answer description available for this question.