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
Which language is java?
how would you implement a thread pool? : Java thread
What is string in java? String is a data type?
What are the states of thread in java?
What is the static field modifier?
What is the difference between a break statement and a continue statement?
How does thread synchronization occurs inside a monitor?
What things should be kept in mind while creating your own exceptions in java?
What is string syntax?
Is static a singleton?
Can we increase size of array?
Define inheritance with reference to java.
How do you allocate memory to object?
how to prepare for IT Officers Interview in Banks
how to deploy tomcatserver to weblogic server? write d following steps?