Which of the following statement is correct whenever an object goes out of scope?
Which of the following statement is correct about constructors?
To ensure that every object in the array receives a destructor call, always delete memory allocated as an array
with operator __________ .
Which of the following gets called when an object is being created?
How many times a constructor is called in the life-time of an object?