1.

How Does Method Overloading Different From Overriding ?

Answer»

A method overloading SIMPLY involves having a method with the same name within the class. WHEREAS in method overriding we can CHANGE method behaviour for a derived class.

A method overloading simply involves having a method with the same name within the class. whereas in method overriding we can change method behaviour for a derived class.



Discussion

No Comment Found