InterviewSolution
Saved Bookmarks
| 1. |
Destructors doesn’t accept parameters.(a) True(b) FalseThe question was posed to me in an interview.This intriguing question originated from Destructors topic in chapter Constructors and Destructors of Object Oriented Programming |
|
Answer» RIGHT ANSWER is (a) True The BEST explanation: The destructors doesn’t accept the ARGUMENTS. Those are just used to free up the resources. |
|