Q. How many times can a constructor be called during lifetime of the object? (Solved)
1. As many times as we call it.
2. Only once.
3. Any number of times before the object gets garbage collected.
4. Any number of times before the object is delete
- b. Only once.