What are Advatages of Overloading and Overridding.
Answer Posted / raja mallela
The main advantage of overloading and overriding is,the programmer no need to worry about remembering different method names and this concepts provides dynamic memory allocations also.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is an exception in java?
explain different ways of using thread? : Java thread
What is stack explain?
How do you check whether the list is empty or not in java?
Write a java program for binary search?
Can we declare a static variable inside a method?
Name some classes present in java.util.regex package.
Can we override the static method?
Explain jdk, jre and jvm?
What does it mean that a class or member is final?
When is finally block not called?
What is empty string literal in java?
How many arguments can a method have java?
Explain about static imports in java?
What do you mean by composition in java?