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
How is java hashmap implemented?
What is the right data type to represent a price in java?
What is the use of arrays tostring () in java?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
what is meant by HQL?
Does java linked list allow duplicates?
What is use of super keyword in java?
Can an interface extend another interface?
Explain scope or life time of local variables in java?
What is the largest data type in java?
Can an object be null?
What is the purpose of interface?
What is the size of boolean variable?
How do you define a parameter?
What is an enumeration?