Question:Which of the following is the correct deconstructor or finalizer method declaration in the class definition?
A class MyClass{ ~MyClass(){ } } B class MyClass{ _MyClass(){ } } C class MyClass{ Finalize(){ } } D None
+ AnswerA
+ Report