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
Which is a valid identifier?
Can sleep() method causes another thread to sleep?
what is deadlock? : Java thread
Can we define private and protected modifiers for the members in interfaces?
What makes a function well defined?
What is a string token?
What invokes a thread's run() method in java programming?
What are the important features of Java 9 release?
Can we declare the static variables and methods in an abstract class?
Is alive in java?
What is the difference between static and global variables and also define what are volatile variables?
List implementations of list interface?
Can a class be final?
What are the differences between getting and load method?
What is methods and methodology?