STL (140)
OOPS (873)
C++ General (2409) Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1264
What is difference between oop and pop?
What are the 5 oop principles?
Explain the difference between static and dynamic binding of functions?
which of the following is not an secondary constant a) array b) real c) union
Is multimap sorted c++?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Why is oop useful?
What is general form of pure virtual function? Explain?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How many characters are recognized by ANSI C++?
What is overloading unary operator?
Does c++ have arraylist?
What is function overloading c++?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What does it mean to take the address of a reference?