1.

Select wrong statement about destructor in C#?(a) A class can have one destructor only(b) Destructors cannot be inherited or overloaded(c) Destructors can have modifiers or parameters(d) All of the mentionedI got this question during an internship interview.This interesting question is from Destructors in Class topic in section Classes of C#

Answer»

The correct choice is (C) DESTRUCTORS can have MODIFIERS or parameters

Explanation: NONE.



Discussion

No Comment Found

Related InterviewSolutions