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
Why does java have two ways to create child threads? Which way is better?
What is the default size of set in java?
Can array grow dynamically in java?
Is java 1.7 the same as java 7?
What is a method in programming?
What is a arraylist in java?
Can constructor be static or final?
Why isn’t there operator overloading?
What is the difference between char and char *?
When will you define a method as static in Java?
What is a parameter example?
Is zero a natural number?
What is a string what operation can be performed out with the help of a string?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What is ++ a in java?