STL (140)
OOPS (873)
C++ General (2409)
How do we implement inheritance in c++?
What are the benefits of oop in c++?
Explain what data encapsulation is in c++?
What is stream in oop?
Differences between private, protected and public and give examples.
What are the advantages of using pointers in a program?
What is encapsulation in c++ with example?
Differentiate between late binding and early binding. What are the advantages of early binding?
What are manipulators in c++ with example?
How stl is different from the c++ standard library?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is a modifier in c++?
How does c++ sort work?
What are vectors used for in c++?
What are the five basic elements of a c++ program?