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

The following program is Overloading or Overriding?
public class PolymorphismEx {
public int sampleMethod(int a) {
return a;
}

public String sampleMethod(int a) {
return "Is it Overloading or Overriding???";
}
}

Answer Posted / jagadish

Duplicate Method sampleMethod(int a) Error Message will display

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we write method inside a method in java?

968


What is lastindexof in java?

1077


What is the method overriding?

1075


What is the point of java?

1002


Difference between this() and super() ?

1084


What are the advantages of passing this into a method instead of the current class object itself?

1655


Explain treeset?

1095


what are abstract functions?

1014


What is a condition in java?

982


String class is defined under which package in java?

1064


Why a dead thread occurs?

958


What is pojo class in java?

1068


What are the different approaches to implement a function to generate a random number?

1041


How do you check whether the list is empty or not in java?

957


Give a practical example of singleton class usage?

1043