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 the role of garbage collector in java?
What is nested interface?
What is a constructor overloading in java?
Explain java coding standards for variables ?
Define jit compiler?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Can a private method of a superclass be declared within a subclass?
What's the difference between int and integer in java?
Why arraylist is not synchronized in java example?
What do you understand by private, protected and public?
What is tochararray in java?
What is final int?
Can singleton class be serialized?
Which category the java thread do fall in?
What is the main use of java?