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 polymorphism? pl explain practically rather than
theoretical?

Answer Posted / mukesh

Polymorphism - Poly means "many" So it is one name and many forms. In C# we have two types of polymorphism compile time and run time. Compile time polymorphism is achieved through Function Overloading ( Same function but different parameters or signatures) and Run time polymorphism is achieved through function Overriding also called shadowing in VB.net where a child class method overrides the base class function.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the advantage of singleton class?

998


Explain the process of Serialization?

1052


what happens if you inherit multiple interfaces and they have conflicting method names?

929


What is method and function in c#?

1048


Explain concurrency with aop?

1032


what is a constructor? What is a destructor?

1036


What is the size of a decimal?

1131


What is an inheritance ?Give an example in which inheritance is used?

1080


how to print invert pyramid in c#

1818


Can a class or a struct have multiple constructors?

1028


What is foreach loop in c#?

1011


Name the method of servicebase class?

1055


What is difference between array and list in c#?

912


What is the difference between constants and read-only?

981


Name some properties of array.

1026