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

How define set in java?

1144


What is enhanced loop in java?

1051


What are the benefits of java?

1180


Explain the difference between association, aggregation and inheritance relationships.

1154


What happens when a thrown exception is not handled?

1197


What is the right data type to represent a price in java?

1020


What is difference between class and object in java?

1133


How to create an interface?

1129


What is qms certification?

997


What are the differences between c++ and java?

1188


What are variable names?

1019


What is the size of boolean variable?

1133


What about interthread communication and how it takes place in java?

1116


Why is multiple inheritance not supported in java?

1091


Is java 11 paid version?

1044