What are virtual functions?
Answers were Sorted based on User's Feedback
Answer / 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 |
Functions which are called at runtime are called virtual
functions.
| Is This Answer Correct ? | 8 Yes | 7 No |
What is Transient and volatile
What is object class in java?
How does java pattern compile work?
What error occurs if a try-catch-finally statement sequence does not have a catch clause?
What is an iterator java?
Is java platform independent?
String Reverse in Java...!
What is io stream in java?
What is the purpose of tostring() method in java?
What is static and a non-static inner class?
java is fullu object oriented or pure? why?
How is java created?