Programming - Interfaces - Discussion

You Are Here :: Home > C++ Language > Interfaces - Discussion

 



Q.

How the member functions in the container can be accessed?                         


A. Iterator B. Indirect
C. Both a & b D. None of the mentioned

Answer: Option A
Explaination:

 


The container manages the storage space for its elements and provides member functions to access them, either directly or through iterators which reference objects with similar properties to pointers.




Discussion

Your Comments Goes here...
NameDiscussion