⟩ Destructors __________ for automatic objects if the program terminates with a call to function exit or function abort. A. are called B. are inherited C. are not called D. are created
Option C
are not called
Option C
are not called
If the copy constructor receives its arguments by value, the copy constructor would A. call one-argument constructor of the class B. work without any problem C. call itself recursively D. call zero-argument constructor
How many default constructors per class are possible? A. Only one B. Two C. Three D. Unlimited
Which of the following cannot be declared as virtual? A. Constructor B. Destructor C. Data Members D. Both A and C
Which of the following are NOT provided by the compiler by default? A. Zero-argument Constructor B. Destructor C. Copy Constructor D. Copy Destructor
Which of the following statement is correct about destructors? A. A destructor has void return type. B. A destructor has integer return type. C. A destructor has no return type. D. A destructors return type is always same as that of main().
Which of the following statement is correct? A. Destructor destroys only integer data members of the object. B. Destructor destroys only float data members of the object. C. Destructor destroys only pointer data members of the object. D. Destructor destroys the complete object.
What is Iterator class?
Tell us what you know about Iterator class?
What is random_access_iterator?
What is Bidirectional iterators?