Is it possible to do method overloading and overriding at a
time
Answer Posted / rameshreddy
No it is not possible at a time. Method overloading is
possible in the same class is possible. But method
overriding is possible its subclass only possible
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What is sortedset in java?
What is the difference between method and means?
What is polymorphism and what are the types of it?
what is function overloading in java?
What is the difference between JVM and JRE?
Why is the main method static?
What is the functionality of the stub?
Why can't you declare a class as protected?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is the purpose of static methods and static variables?
What is meant by inheritance and what are its advantages?
Can we use a default constructor of a class even if an explicit constructor is defined?
What is complexity in java?
What does java final mean?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain