Programming - Constructor - Discussion

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

 



Q.

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().

Answer: Option C
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion