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 the effect of keeping a constructor private?
Can we define a package statement after the import statement in java?
What is singleton class in ruby?
What is a dynamic array in java?
What is java and its types?
what is synchronization? : Java thread
Which is better singleton or static class?
Is a class subclass of itself?
Explain hashset and its features?
What are the features in java?
Explain public static void main(string args[]).
Why java is a platform independent? Explain
Explain runtime exceptions?
What is a JAR file?
Can you override static methods?