Answer Posted / 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 |
Post New Answer View All Answers
What is difference between final and immutable?
What do you understand by the term wrapper classes?
What is remote method invocation (rmi)?
How many bits is a string?
What is a protected void?
What is incompatible types in java?
Can we change the scope of the overridden method in the subclass?
What does serializing data mean?
When should we create our own custom exception classes?
Can we access instance variables within static methods ?
Which class is the superclass for all the classes?
What is the main functionality of the remote reference layer?
What is return data type?
How do I get 64 bit java?
What is string intern in java?