Answer Posted / ravi
Virtual function is a member function of a class.whose
functionality can be overridden in is derived class.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is stream in oop?
What is overriding vs overloading?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
what are the realtime excercises in C++?
any one please tell me the purpose of operator overloading
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).
when to use 'mutable' keyword and when to use 'const cast' in c++
What do you mean by overloading?
What is class encapsulation?
What is the difference between encapsulation and polymorphism?
Why multiple inheritance is not possible?
#include
What is advantage of inheritance?
Can destructor be overloaded?