InterviewSolution
Saved Bookmarks
| 1. |
Which function is called whenever an object goes out of scope?(a) Destructor function(b) Constructor function(c) Delete function(d) Free functionThe question was posed to me in an interview for job.My question is from Overloading Member Functions topic in section Member Functions & its Types of Object Oriented Programming |
|
Answer» The CORRECT choice is (a) Destructor function |
|