InterviewSolution
Saved Bookmarks
| 1. |
For objects that are not of class type ______________(a) Global delete operator is invoked(b) Local delete operator is invoked(c) Global user defined function is invoked(d) Local function to delete object is calledI got this question in homework.My doubt stems from Delete Operator topic in portion Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» The correct option is (a) Global delete OPERATOR is invoked |
|