diff between Virtual mathod and abstract method?
Answer / pawan kumar
Virtual methods have an implementation and provide the derived classes with the option of overriding it. Abstract methods do not provide an implementation and force the derived classes to override the method. So, abstract methods have no actual code in them, and subclasses HAVE TO override the method.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is persistence in oop?
Which language is not a true object oriented programming language?
why destructor is not over loaded?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Explain the concepts involved in Object Oriented programming.
What is virtual function?where and when is it used?
what is main difference between object oriented object base
Do you know about multiple inheritance?
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
Why is polymorphism used?
What is the difference between C++ and java?
can we make game by using c