Method Overloading v/s Method Overriding
The capability of more than one objects to respond to the same message in a different way can be broadly categorized into two types: Method Overloading and Method Overriding. METHOD OVERLOADING If we have methods with the same name but having different signatures or behaviors in the same scope than the methods are known as Read more about Method Overloading v/s Method Overriding[…]