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
What is the difference between throw and throws in java?
Which class is used by server applications to obtain a port and listen for client requests?
How many types of flags are there?
What is functional interface in java example?
What is the static field modifier?
What are the core java topics?
Can anonymous class have constructor?
How do I get the | symbol on my keyboard?
What is a list in java?
Can we declare an array without size in java?
What is the difference between object oriented programming language and object based programming language?
Explain wrapper classes in java?
How big is a pointer?
Explain the term virtual machine?
Explain about anonymous inner classes in java?