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...

Hi Friends..


can any one provide the real time example for
methodoverloading and methodoverriding .........

Answer Posted / aravind

Example Method:

public void method(int a)
{
....;
....;
}

Method Overloading:
class
{
method(140,1,10,250);
}

Method Overriding:
re implement same method in a class with same or additional
attributes.

method()
{
...;
}

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does sublist works in java?

1026


Explain creating threads by extending thread class ?

1090


What is an iterator java?

1198


What are the main differences between the java platform and other platforms?

1104


What are mutable classes?

1129


What is the common usage of serialization?

1218


What is null object in java?

1059


Can we sort array in java?

1010


Which types of exceptions are caught at compile time?

1078


Write a java program to print fibonacci series?

1004


What is difference between throw and throws ?

1202


What does compareto () do in java?

1056


Explain the pointers in Java?

1105


What is json parser in java?

1101


What is concurrent hashmap and its features?

1159