what is virtual function?
Answer Posted / susanta samal
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 ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is the difference between a mixin and inheritance?
What is for loop and its syntax?
What is an advantage of polymorphism?
What is abstraction example?
Whats oop mean?
program for insertion ,deletion,sorting in double link list
What is the renewal class?
How many human genes are polymorphic?
Why do we use oops?
What do you mean by overloading?
What is the point of polymorphism?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are oops methods?
What is overriding in oops?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).