what is virtual function?
Answer Posted / shekhar
virtual function is used to prevent from more times
calling.That means if a function is declared as virtual
then its def will be diferent in base class & derived class
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
write a C++ program for booking using constructor and destructor.
What is abstraction example?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why is abstraction needed?
Why do pointers exist?
What is and I oop mean?
How do you explain polymorphism?
What is meant by multiple inheritance?
What is interface in oop?
What is the purpose of polymorphism?
What is polymorphism explain its types?
State what is encapsulation and friend function?
What is for loop and its syntax?
What are benefits of oop?