STL (140)
OOPS (873)
C++ General (2409) Why do we need runtime polymorphism in c++?
Which coding certification is best?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is null c++?
In C++ what is a vtable and how does it work?
How to implement is-a and has-a class relationships?
Are strings immutable in c++?
What parameter does the constructor to an ofstream object take?
Which of the following is evaluated first: a) && b) || c) !
What is difference between polymorphism and inheritance?
How a new operator differs from the operator new?
explain sub-type and sub class? atleast u have differ it into 4 points?
Can you overload the operator+ for short integers?
Why c++ is so important?
What is name hiding in c++?