What are Advatages of Overloading and Overridding.

Answers were Sorted based on User's Feedback



What are Advatages of Overloading and Overridding...

Answer / pooja srivastava

Overloading means same functions but different arguments..
so with overloading we can take new action with diff
parameters..


Overriding means same methods with same argument and same
prototype...
so with overriding we can create new definatin in subclass
with same method name and prototype..

Is This Answer Correct ?    38 Yes 8 No

What are Advatages of Overloading and Overridding...

Answer / ershad md sk

No look at the Question he had ask u Advantages for
Overloading & Overriding ..we can say in Overriding &
OverLoading COMPLEXITY Factor Had Been Reduced a lot And
the performance is Increased & lot of memory space has been
SAVED..We are not calling the methods every thing we invoke
on it.. we are using the HANDLE Of Superclass to pass the
agruments....Thats why ITs Advantages

Is This Answer Correct ?    20 Yes 3 No

What are Advatages of Overloading and Overridding...

Answer / pcb

Can any one explain, how does it save memory?

Is This Answer Correct ?    4 Yes 1 No

What are Advatages of Overloading and Overridding...

Answer / arun lal

Method Overloading Advantage- Suppose we make a calculator program after some time we want change or add some new feature
then we overload the method, So we can reuse the our previous code and Can Add new .

Is This Answer Correct ?    2 Yes 0 No

What are Advatages of Overloading and Overridding...

Answer / 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

What are Advatages of Overloading and Overridding...

Answer / pratima singh

function overloading is used that a programmer does not
need to remember a multiple function name.overridding means
the for the same method same argument or same parameter are
pass

Is This Answer Correct ?    6 Yes 7 No

What are Advatages of Overloading and Overridding...

Answer / avnish kumar dubey

Polymorphism

Is This Answer Correct ?    10 Yes 19 No

What are Advatages of Overloading and Overridding...

Answer / santhosh

How to Use LIKE Operator for argument in Store Procedure(SQl Server 2005)

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More Core Java Interview Questions

How do you do absolute value in java?

0 Answers  


how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?

1 Answers   Verizon,


what is difference between front controller and action servlet?

2 Answers  


How variables are stored in memory?

0 Answers  


Define immutable object?

0 Answers  






What is the indent key?

0 Answers  


what is the collable collections in java?

2 Answers   Persistent,


What classes of exceptions may be caught by a catch clause in java programming?

0 Answers  


wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?

2 Answers  


What are the main uses of the super keyword?

0 Answers  


is set interface synchronized by default???

2 Answers   Manhattan,


how can i connect to database in a applet ?

1 Answers  


Categories