What is difference between
overloading and overriding?
a) In overloading, there is a relationship
between methods available in the same class whereas in overriding, there is
relationship between a superclass method and subclass method. b) Overloading
does not block inheritance from the superclass whereas overriding blocks
inheritance from the superclass. c) In overloading, separate methods share the
same name whereas in overriding, subclass method replaces the superclass. d)
Overloading must have different method signatures whereas overriding must have
same signature.
Blog Author: Vijay Kumar
No comments:
Post a Comment