What does it mean to declare a member function as virtual?


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

Post New Answer

More C++ General Interview Questions

How come you find out if a linked-list is a cycle or not?

0 Answers  


Can you explicitly call a destructor on a local variable?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  


What is increment operator in c++?

0 Answers  


Write any small program that will compile in "C" but not in "C++"

10 Answers   Honeywell,






What is Name Decoration?

2 Answers   Lucent,


How can I learn c++ easily?

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,


Explain the register storage classes in c++.

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  


Is java made in c++?

0 Answers  


What is operator overloading in c++ example?

0 Answers  


Categories