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 do you meant by Platform-Independent?
What methodology can be employed to locate substrings inside a string?
What is difference between hash mapping and hash table?
What are the advantages of java over cpp?
You're given a Boolean 2D matrix, can you find the number of islands?
Difference between arraylist and vector.
can used Protected Class outside Function.?
How to check if linked list contains loop in java?
What is the purpose of java?
What are the characteristics of java?
Difference between method overloading and method overriding in java ?
what are the different non-access specifiers in java?