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
Can enum be null?
what is difference between class template and template class?
What are main features of oop?
What is oops and why we use oops?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Why multiple inheritance is not possible?
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?
what is the sylabus for priliminaries?
What is encapsulation in simple terms?
What are the important components of cohesion?
What is the advantage of oop over procedural language?
Explain the advantages of inheritance.
What is the difference between a constructor and a destructor?
What are functions in oop?