Question: Which of the following statement is correct?

Options

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.

Click to view Correct Answer

Previous || Next

Constructors and Destructors - General Questions more questions

When are the Global objects destroyed?

Copy constructor must receive its arguments by __________ .

A function with the same name as the class, but....

A union that has no constructor can be initialized with....

Which of the following gets called when an object goes....

__________ used to make a copy of one class object....

Constructors __________ to allow different approaches of object construction.

Which of the following statement is correct?

Which of the following cannot be declared as virtual?

If the copy constructor receives its arguments by value, the....

Constructors and Destructors - General Questions more Online Exam Quiz

Operating Systems Concepts - Part 1

System Analysis and Design - Part 1

Unix - Part 1

Windows 2000 Server - Part 1

Windows NT - Part 1

Functions - General Questions

Objects and Classes - General Questions

OOPS Concepts - General Questions

References - General Questions

Arrays - General Questions