how is method overriding different from method


How is method overriding different from method overloading?

Overriding involves the creation of two or more concepts with the same name and same signature in different classes (one of them should be parent class and other should be child).

Overloading is a concept of using a method at dissimilar places with same name and dissimilar signatures within the similar class

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: how is method overriding different from method
Reference No:- TGS0311026

Expected delivery within 24 Hours