Why do we need runtime polymorphism in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Do you know the use of vtable?

0 Answers  


Which software is best for programming?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


What is data type in c++?

0 Answers  


What is a driver program?

0 Answers  






Differentiate between structure and class in c++.

0 Answers  


Why pointer is used in c++?

0 Answers  


What is private public protected in c++?

0 Answers  


What are class and object in C++?

1 Answers  


How static variables and local variablesare similar and dissimilar?

0 Answers  


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


What is searching? Explain linear and binary search.

0 Answers  


Categories