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 method overloading with type promotion?
Which collection is best for sorting in java?
What is the purpose of static keyword in java?
What are internal and external variables?
What if I write static public void instead of public static void in java?
Can inner class be public in java?
What is the difference between hashset and treeset in java?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
what is difference between equals and ==?
What is the simpletimezone class in java programming?
What is the static variable?
How do I find and replace in word?
What is the purpose of format function?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is the importance of hashcode() and equals() methods?