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
What is anti pattern in java?
How does hashset work in java?
Is null function in java?
Is oracle charging for java?
What is the difference between call by reference and call by pointer?
What is immutability in java?
Can a constructor have different name than a class name in java?
What is int short for?
What is the significance of listiterator?
What is unicode used for?
Why do we need wrapper class?
What are the advantages of encapsulation in java?
What is the purpose of the main method?
What is an 8 bit word?
Who developed java?