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
Explain the difference between collection api and stream api in java8?
Is final static java?
Why parameters should be passed by reference?
How do you clear an arraylist in java?
What classes of exceptions may be caught by a catch clause in java programming?
what is meant by encapsulation?
What is collection api?
What does the @override annotation do?
What is static in java?
What are classloaders?
Define an abstract class with reference to java.
What is replacefirst in java?
Why collection is called framework in java?
What is map in java?
What is definition and declaration?