InterviewSolution
Saved Bookmarks
| 1. |
To what type of object does the container can be instantiated?(a) int(b) float(c) double(d) any type of objectI got this question by my school principal while I was bunking the class.The question is from Almost Containers topic in section Class Hierarchies, Library & Containers of C++ |
|
Answer» CORRECT OPTION is (d) any type of object Explanation: All type of object does the CONTAINER can be INSTANTIATED. |
|