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 |
please tell me what is wrapper class in java with example ?
how to print hello world every second till i have pressed enter key ???
Is java call by reference?
What is java object name?
What classes of exceptions, thrown by a throw statement?
what is request processor?
Why does it take so much time to access an applet having swing components the first time?
Describe how to implement singleton design pattern in struts.
Why pointers are not used in java?
What are the types of exceptions?
How many types of java are there?
What is string array?