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

Does A Class Inherit The Constructors Of Its Superclass?

995


Explain the significance of listiterator.

1023


How do you sort arraylist in descending order?

980


What is the effect of keeping a constructor private?

872


Can we have two methods in a class with the same name?

989


Does printwriter create a file?

910


Why there are some null interface in java? What does it mean?

1052


what do you understand by the term string with respect to java?

977


Write a program to print all permutations of string?

1065


Can singleton class be cloned?

1002


What is application system?

888


Is array an object in java?

904


What is blank final variable?

1012


What are static initalizers in java ?

962


What does a method signature consist of?

923