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 are the 6 mandatory procedures for iso 9001?
What is the use of default method in interface in java?
What happens if we override only equals?
How is it possible for two string objects with identical values not to be equal under the == operator?
What are the limitations of procedural programming approach?
Why java is call by value?
What are static methods?
What causes memory leak in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is the use of bufferedreader?
How do you declare a variable?
What about method local inner classes or local inner classes in java?
What is classname class in java?
What does you mean in math?
Can we override protected method in java?