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 about abstract classes in java?
What are locale settings?
What are the two categories of data types in the java programming language?
What is the primitive type short?
Why do you canvas?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What is array command?
can rmi and corba based applications interact ?
What are the advantages of java over cpp?
Is array size fixed in java?
What is hashset in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
How do you start a thread?
what are abstract functions?
Is map sorted in java?