Answer Posted / satendra
In OOP, virtual methods are those methods which can be
overridden within an inheriting class by a function with the
same signature. This concept is a very important part of the
polymorphism portion of OOP. In JAVA by default all methods
are virtual.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What about main() method in java ?
What is parsing in grammar?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
Where is the singleton class used?
How to write custom exception in java?
What is nextline method in java?
Similarity and difference between static block and static method ?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What are keywords in java?
What is the difference between array list and vector in java?
what is meant by Byte code concept in Java?
What is package private scope in java?
How does sublist works in java?
Can we define static methods inside interface?
What is logical variable?