InterviewSolution
Saved Bookmarks
| 1. |
Which function is used to perform some action when the object is to be destroyed?(a) finalize()(b) delete()(c) main()(d) none of the mentioned |
|
Answer» Right choice is (a) finalize() Easiest explanation: None. |
|