STL (140)
OOPS (873)
C++ General (2409)
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Explain differences between new() and delete()?
What is the need of a destructor?
Write about the scope resolution operator?
What is a breakpoint?
What is a namespace in c++?
What is the default access level?
Is c++ the hardest language?
What is c++ stringstream?
Can we call a virtual function from a constructor?
What do you mean by const correctness?
What is constant keyword in C++? Illustrate its various uses.
What are the 4 main oop principles?
What is the use of main function in c++?
What is flag in computer?