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

Mention some features of java?

902


What is the importance of main method in Java?

1015


What is the differences between c++ and java? Explain

995


Is map ordered in java?

880


What do you understand by weak reference?

952


Why null value is used in string?

979


What is a lock or purpose of locks in java?

971


Explain the features of interfaces in java?

924


Is main a function?

959


What do you mean by formatting?

937


How to perform bubble sort in java?

947


What is the default size of arraylist in java?

1009


Can you create an object of an abstract class?

948


What is a method in coding?

991


Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

8006