STL (140)
OOPS (873)
C++ General (2409)
What is advantage of inheritance?
Why is it called c++?
Refer to a name of class or function that is defined within a namespace?
What are the benefits of interface?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is stream and its types in c++?
Explain rtti.
Explain explicit container.
How are the features of c++ different from c?
What is meant by stl in c++?
When is dynamic checking necessary?
Explain the uses of static class data?
What is abstraction in c++?
Is c++ fully object oriented?
Is enum a class?