If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
No Answer is Posted For this Question
Be the First to Post Answer
When should overload new operator on a global basis or a class basis?
What character terminates all character array strings a) b) . c) END
How can I disable the "echo" feature?
what you know about c++?
Why is c++ still used?
Can we inherit constructor in c++?
Can union be self referenced?
Profiler in projects?
How do I tokenize a string in c++?
Do we have private destructors?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,