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 is method Overloading in the perspective of OOPS?

Answer Posted / md.meraz uddin

The system which have diffrent method in same class or same signature i.e inheritance , polymorphism etc that is called overlaoding.
For example:-
class A
{
public void add(int a, int b);
System.out.println(a+b);
}
public void add(int c,int d,int e);
{
System.out.println(c+d+e);
}

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is string is a class in java?

954


Which software is used for java programming?

1016


Explain the purpose of garbage collection in Java?

1022


How java uses the string and stringbuffer classes?

1061


Similarity and difference between static block and static method ?

917


Why we do exception handling in java and how many types of exceptions are there?

1114


List types of storage classes in java?

1140


Explain java thread life cycle.

1021


What is lifetime variable?

951


What does string [] args mean?

1005


What is the list interface?

1074


What do you mean by a JVM?

1240


What do you mean by exception handling in Java?

1285


What are the rules for naming an array?

1054


Is java map thread safe?

951