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

How many decimal digits is 64 bit?

696


What are the fileinputstream and fileoutputstream?

813


What is qualitative variable?

714


What is collection sort in java?

750


Which class cannot be a subclass in java?

705


How many types of flags are there?

717


Does java vector allow null?

707


What is the difference between preemptive scheduling and time slicing in java programming?

758


What is the use of static class?

764


what is session in java?

967


What is runtime polymorphism or dynamic method dispatch?

755


Explain the difference between jvm and jre?

775


What do you mean by light weight and heavy weight components?

743


How many characters is 2 bytes?

720


What is thread safe in java?

721