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 are the different types of data structures in java?
Can an interface have a constructor?
Is there any tag in htm to upload and download files?
What is command line argument in java?
Which class is the superclass for every class in java programming?
What is try-with-resources in java?
Objects or references which of them gets garbage collected?
What is Java Reflection API? Why it’s so important to have?
What is the same as procedures?
why using interface interface ?
Differentiate between stringbuffer and string?
What do you mean by singleton class in java?
What's the default access specifier for variables and methods of a class?
What is string in java? String is a data type?
Can we write method inside a method in java?