InterviewSolution
Saved Bookmarks
| 1. |
The objects allocated using new operator ________________(a) Are destroyed when they go out of scope(b) Are not destroyed even if they go out of scope(c) Are destroyed anytime(d) Are not destroyed throughout the program executionThis question was posed to me in exam.Query is from New Operator in portion Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» The CORRECT OPTION is (b) Are not destroyed even if they go out of scope |
|