A union that has no constructor can be initialized with another union of __________ type.
Which of the following gets called when an object goes out of scope?
Constructors __________ to allow different approaches of object construction.
Which of the following cannot be declared as virtual?
What happens when a class with parameterized constructors and having no default constructor is used in a program and we create an object that needs a zero-argument constructor?
Which of the following statement is incorrect?
When are the Global objects destroyed?
Which of the following statement is correct whenever an object goes out of scope?
Which of the following never requires any arguments?
Which of the following statements are correct?
How many times a constructor is called in the life-time of an object?
Which of the following statement is correct about destructors?
__________ used to make a copy of one class object from another class object of the same class type.
If the copy constructor receives its arguments by value, the copy constructor would
Can a class have virtual destructor?
Destructor has the same name as the constructor and it is preceded by ______ .
Copy constructor must receive its arguments by __________ .
Which of the following are NOT provided by the compiler by default?
For automatic objects, constructors and destructors are called each time the objects