Answer Posted / amar
In object-oriented programming, a virtual function or
virtual method is one whose behavior can be overridden
within an inheriting class by a function with the same
signature. irtual functions are abstract methods in java. by
default
all the methods are abstract in interface.
Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
Which command from the jdk compiles a java program?
Can we override constructor in java?
What is the purpose of the system class in java programming?
What is stack class in java?
How can you add and remove nodes in jtree?
How do you declare a variable?
Is there a case when finally will not execute?
How do you do absolute value in java?
What is string and example?
What is dynamic binding(late binding)?
What are the four integer types supported by java?
Define class?
What is the difference between error and an exception?
What is difference between string and stringbuffer?
Explain the importance of finalize() method.