Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Cpp Programming Quiz 261 – Which of the following statement is correct?

Question: Which of the following statement is correct?
[A].
A destructor has the same name as the class in which it is present.
[B].

A destructor has a different name than the class in which it is present.
[C].

A destructor always returns an integer.
[D].

A destructor can be overloaded. 

Answer: Option A

Explanation:

No answer description available for this question.