InterviewSolution
Saved Bookmarks
| 1. |
How can the member functions in the container be accessed?(a) Iterator(b) Indirect(c) Both Iterator & Indirect(d) VectorThe question was posed to me during an internship interview.This interesting question is from Container Design in division Class Hierarchies, Library & Containers of C++ |
|
Answer» The correct OPTION is (a) Iterator |
|