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
What is the purpose of a volatile variable?
What does it mean to flush a file?
What is initial size of arraylist in java?
Explain about anonymous inner classes ?
What is array initialization in java?
Is there any limitation of using inheritance?
What is the static keyword?
Why string is not thread safe?
What is the base class of all classes?
Is it possible to instantiate the abstract class?
Are constructors methods?
Why we use multi threading instead of multiprocessing?
Is null an object java?
What kind of variables a class can consist of?
What are different types of multitasking?