InterviewSolution
Saved Bookmarks
| 1. |
The memory allocated for an object ____________________(a) Can be only dynamic(b) Can be only static(c) Can be static or dynamic(d) Can’t be done using dynamic functionsThe question was posed to me in an internship interview.The query is from Overloading Member Functions topic in section Member Functions & its Types of Object Oriented Programming |
|
Answer» The CORRECT choice is (c) Can be static or dynamic |
|