C++ Programming :: Constructors and Destructors
-
What is the technical word for the function ~FresherGate() defined in the following program?
#include
-
Copy constructor must receive its arguments by __________ .
-
A function with the same name as the class, but preceded with a tilde character (~) is called __________ of that class.
-
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?
-
Which of the following statement is correct?
-
__________ used to make a copy of one class object from another class object of the same class type.
-
Constructors __________ to allow different approaches of object construction.
-
Which of the following statement is correct?
-
Which of the following cannot be declared as virtual?