adspace
What does it mean to declare a member function as virtual in C++?
Answer Posted / Md. Nadir Wahab
"Declaring a member function as virtual in C++ allows the function call to be resolved at runtime rather than compile-time. When using polymorphism, the derived class version of the virtual function gets called if an object of the base or derived class is used to call it."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
sir please send me bpcl previous question papers
daily Routine of father
Can union be self referenced?
What is the latest version on c++?
Please send ford technologies placement paper 2 my mail id
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What character terminates all character array strings a) b) . c) END