Distinguish method overloading and overriding

Answer Posted / pralay

Method Overloading is functionality of java in which we can
declare many method with same name but different signature
in one class, but Overriding is a the process of declare a
method which is already define in super class, this Method
has same name and same signature as super class.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is method overloading with type promotion?

577


What are the important features of Java 10 release?

508


Which java collection does not allow null?

711


What is a nonetype?

561


Difference between association, composition and aggregation?

555






What is the difference between choice and list?

588


What is object of class in java?

596


What is definition and declaration?

522


what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????

1795


What is double word?

531


Why local variables are stored in stack?

496


What is the difference between an interface and an abstract class?

536


Why java is secure? Explain.

594


Which access specifier can be used with class ?

530


What is exception in java?

563