Saved Bookmarks
| 1. |
What are the containers?(a) Containers store objects and data(b) Containers stores all the algorithms(c) Containers contain overloaded functions(d) Containers contain set of IteratorsThis question was posed to me in final exam.This interesting question is from Standard Template Library in section Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» RIGHT OPTION is (a) Containers STORE objects and data To explain I would SAY: Containers is a component of STL which stores objects and data. |
|