C++ Programming - Constructors and Destructors - Discussion

Discussion Forum : Constructors and Destructors - General Questions (Q.No. 21)
21.
It is a __________ error to pass arguments to a destructor.
logical
virtual
syntax
linker
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Kartheek said:   9 years ago
There is no return type and arguments to the destructor. So that destructor cannot be overload also.

Oskesathkide said:   1 decade ago
Hey is there anything like a 'virtual' error ?

Post your comments here:

Your comments will be displayed after verification.