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

can u give some realtime example in ploymorphism? and
inheritance?

Answer Posted / abdulrazak

abstract class Person
{
public String sname(){}
Address ad;
}
class Patient extends Person
{

}
class Employee extends Person
{
}
Here in the above example Person is a class acting two ways
one Patient details info and Employee details. We are
achieving this extends Person i.e inheritence.Inheritence
provides code reusability,extensibility

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between sendredirect() and forward() in a servlet?

1058


What is servlet attributes and their scope?

1103


How can we invoke another servlet in a different application?

1267


What is the difference between genericservlet and httpservlet

1159


Explain jsessionid and when is it created?

1191


List the Different types of servlet?

1096


Is java servlet still used?

1091


What is servlet and its life cycle?

1171


Explain their methods? Tell me their parameter names also have you used threads in servlet?

1101


What is ServletContext object?

1160


What do you mean by cgi in servlet?

1130


Explain the servlet filter.

1043


What is a cookie What is the difference between session and cookie

1142


What is the use of httpservletresponsewrapper?

1029


What are the different types of servlets?

1066