What is the difference between overloading and overriding a
function?
Answer Posted / karthik
Overload :Deals single class bluebrint method selection
by using diffent proto type
(static buinding)
Overriding :Deals sub and super class bluebrints method
selection by using same proto type
(Dynamic buinding)
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Can a main method be overloaded?
Why is boolean important?
Where is core java used?
What is the size of string?
Can we call the run() method instead of start()?
What is the association?
What is integers and example?
Can we restart a thread already started in java?
What method is used to specify a container's layout in java programming?
What is a constructor overloading in java?
What is the largest number a double can hold?
Can an abstract class be a final class?
Is node a data type in java?
Difference between linkedlist and arraylist.
How do you reverse sort a list in java?