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
Does windows 10 need java?
Is null a string?
How does hashset work in java?
What is jpa specification?
Why does java not support pointers?
What is methods and methodology?
What is generic type?
What is difference between fileinputstream and filereader in java?
What is null data type?
What does a method signature consist of?
Can a static block throw exception?
What is null object in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What are local variables?
What are the principle concepts of oops?