InterviewSolution
Saved Bookmarks
| 1. |
What Is A Destructor? |
|
Answer» A Destructor has the same NAME as the class with a TILDE character and is used to DESTROY an instance of a class. A Destructor has the same name as the class with a tilde character and is used to destroy an instance of a class. |
|