what is virtual function?
Answer Posted / m.ahmad
Virtual function means the function which is use in base class
and also use in drive class with same name and same arguments
then we use a keyword virtual with base class.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What does I oop mean?
can inline function declare in private part of class?
Why is oop useful?
Explain the concepts involved in Object Oriented programming.
What is destructor example?
What is stream in oop?
What polymorphism means?
What are the three main types of variables?
why reinterpret cast is considered dangerous?
What is the main feature of oop?
Why do we use inheritance?
Why do we need polymorphism in c#?
What is overriding vs overloading?
what is the sylabus for priliminaries?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?