What is the difference between overloading and overriding a
function?
Answer Posted / smita
overloading method :- is sem class in defintoin.
overriding method:- is subclass and super class in
definatioc
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How java enabled high performance?
What are design patterns and please explain?
How to convert string to char and vice versa?
What is the purpose of stub and skeleton?
What is the use of set in java?
What does percent mean in java?
What are methods and how are they defined?
Differences between external iteration and internal iteration?
How can you set the applet size?
Can we have 2 main methods in java class?
What is functional interface in javatpoint?
What is temp in java?
If a method is declared as protected, where may the method be accessed in java programming?
When can we say that threads are not lightweight process in java?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread