Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the functionability stubs and skeletons?

0 Answers  


If a class is declared without any access modifiers, where may the class be accessed in java programming?

0 Answers  


What is class and object in java?

0 Answers  


Is this valid in java ? Can we instantiate interface in java?

0 Answers  


What are synchronized blocks in java?

0 Answers  


How many bits is a boolean?

0 Answers  


What is the use of keywords in java?

0 Answers  


Can each java object keep track of all the threads that want to exclusively access it?

0 Answers  


how to identify duplicate values in arraylist

2 Answers   TCS,


What is generics in java interview questions?

0 Answers  


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


What are the types of inner classes (non-static nested class) used in java?

0 Answers  


Categories