STL (140)
OOPS (873)
C++ General (2409)
Why is main function important?
Is c++ fully object oriented?
What is new in c++?
Is c++ proprietary?
What is data abstraction? How is it different from data encapsulation?
In C++ what is a vtable and how does it work?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
How is polymorphism achieved?
What is ios :: in in c++?
Is c++ platform dependent?
What is the difference between passing by reference and passing a reference?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Explain Memory Allocation in C/C++ ?
How do you define a class in c++?
What is basic if statement syntax?