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 |
how to create thread in java?
17 Answers IBM, Infosys, Wipro,
Whatis the difference between oop and object based language
officer say me - i am offered to a smoking , then what can you say
Why is oop useful?
what is diff between .net 1.1 and .net 2.0
Why u change company?
The type of variable a pointer points to must be the part of pointer's definition so that:
What is encapsulation in oops?
2. Give the different notations for the class.\
What is the problem with multiple inheritance?
Can enum be null?
different types of castings