InterviewSolution
Saved Bookmarks
| 1. |
The destructors ____________(a) Have a return type(b) May have a return type(c) Of derived classes have return type(d) Doesn’t have a return typeI have been asked this question during a job interview.My question is based upon Execution of Constructor or Destructor topic in portion Constructors and Destructors of Object Oriented Programming |
|
Answer» The correct choice is (d) Doesn’t have a return type |
|