what is virtual function?
Answer Posted / purba phalguni mishra, gandhi
The objects of the polymorphic class, addressed by
pointers, change at runtime and respond differently for the
same message.Such mechanism requres postponment of binding
of a function call to the member function [ VIRTUAL] untill
runtime.
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
What is the importance of oop?
Explain virtual inheritance?
What is object in oops?
What is abstract class in oop?
Why we use classes in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Which is better struts or spring?
What is property in oops?
Whats oop mean?
Why multiple inheritance is not allowed?
What is class in oop with example?
What is inheritance and how many types of inheritance?
Get me a number puzzle game-program
What is stream in oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.