Programming - Constructor - Discussion

You Are Here :: Home > C++ Language > Constructor - Discussion

 



Q.

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.

Answer: Option D
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion