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
How is java created?
How to add menushortcut to menu item?
Explain about public and private access specifiers?
Is static a singleton?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What’s the difference between unit, integration and functional testing?
What is integer valueof?
What does method mean?
What is complexity and its types?
What is cr keyboard?
What does a void function return?
What are the 4 types of research methods?
What are class types in java?
What is the purpose of void class?
What is data type example?