InterviewSolution
Saved Bookmarks
| 1. |
The destructor can be called before the constructor if required.(a) True(b) FalseThis question was posed to me in an online interview.Enquiry is from Execution of Constructor or Destructor in chapter Constructors and Destructors of Object Oriented Programming |
|
Answer» The correct choice is (b) False |
|