Option D
Destructor destroys the complete object.
2. How many default constructors per class are possible?
A. Only one
B. Two
C. Three
D. Unlimited
Option A
Only one
Option C
A destructor has no return type.
Option D
Both A and C
Option D
Copy Destructor
Option C
call itself recursively
Option A
A destructor has the same name as the class in which it is present.
Option B
can be overloaded
Option A
default constructor
Option C
syntax
Option B
copy constructor
Option C
Default constructor
Option B
destructor
Option A
A constructor has the same name as the class in which it is present.
Option C
only pass-by-reference
Option B
When the program terminates.
Option D
Copy constructor
Option A
Only once
Option B
Constructor is called either implicitly or explicitly, whereas destructor is always called implicitly.
Option C
are not called
Option B
destructor
Option A
enter and leave scope