1.

What is sequence container arrays?(a) C-like arrays(b) Template class sequence container, alternative for C-like arrays(c) Collection of data of the same type(d) Collection of objectsI have been asked this question by my college director while I was bunking the class.The query is from seq_con Array Class in portion Class Hierarchies, Library & Containers of C++

Answer»

Correct option is (b) TEMPLATE class sequence container, alternative for C-like ARRAYS

Explanation: Sequence Containers arrays are an alternative for C-like arrays. It is a static continuous ARRAY that USES template CLASSES with extended features for array implementation.



Discussion

No Comment Found

Related InterviewSolutions