Explain method overloading and overriding?

Answer Posted / priyabrata patro

Method overloading happens in class with same method name but by modifying below features
1> By changing number of parameters
2> By changing ordinal position of parameter , i mean to say here is by changing datatype place.
And method overriding happens in two or more than two class , i mean defining same method declaration without any modification within two class and among of that two class , one class must extend another class and further also you can override this method , and this procedure continues till one subclass leaves overriding this method.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of a volatile variable?

739


What does it mean to flush a file?

774


What is initial size of arraylist in java?

756


Explain about anonymous inner classes ?

781


What is array initialization in java?

681


Is there any limitation of using inheritance?

767


What is the static keyword?

781


Why string is not thread safe?

747


What is the base class of all classes?

737


Is it possible to instantiate the abstract class?

714


Are constructors methods?

753


Why we use multi threading instead of multiprocessing?

754


Is null an object java?

731


What kind of variables a class can consist of?

825


What are different types of multitasking?

704