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 are the benefits of operations?
What is e in java?
what is custom tags with example?
Can an interface be defined inside a class?
Why string objects are immutable in java?
Is string a keyword in java?
java Technical questions asked by JPMC
What is foreach loop in java?
What do you mean by global variable?
What does snprintf return?
what is default constructor and parameterised constructor with example?
Which arithmetic operations can result in the throwing of an arithmeticexception?