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 unit of plancks constant?
Why is the type for real numbers called double?
List some important features of java 10 release?
What are synchronized methods and synchronized statements in java programming?
What is the default access specifier for variables and methods of a class?
What are wrapper classes in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is the difference between length and size in java?
What is the difference between a vector & an array list?
How to obtain a performance profile of java program
Does variable declaration allocate memory?
What is collection api?
Difference between collection, collection and collections in java?
What is a byte string?
What is == in java?