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 is the current version of java?
What is nullpointerexception in java?
What is callable java?
Is passing by reference faster?
How many types of keywords are there?
Can an abstract class be a final class?
What is the difference between stored procedure & function?
What is a lambda expression ? What's its use ?
Which software is used for java programming?
What is a final class ?
Can we sort arraylist in java?
What is mean by collections in java?
Can a constructor be private and how are this() and super() method used with constructor?
What does localhost mean?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?