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?

Answers were Sorted based on User's Feedback



What is polymorphism? pl explain practically rather than theoretical?..

Answer / 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

What is polymorphism? pl explain practically rather than theoretical?..

Answer / umesh shrivastava

In the word Polymorphism here poly means many and morphism
means form ie.one interface having multiple function.
Polymorphism are of two type
1 Static polymorphism:we can use this by implementing
function overloading and oprator overloading.

2 Dynamic Polymorphism:we can user this by implementing
virtual function and abstract classes.

Is This Answer Correct ?    2 Yes 0 No

What is polymorphism? pl explain practically rather than theoretical?..

Answer / mayur teli

Polymorphism is the ability of different classes to provide different implementation of the same public interfaces.

For Example: a Driver object can interact with Car object through a Car public interface. If another object such as Truck object or SportCar object, expose the same interface, the Driver object can interact with them without regard to specific implementation of that interface.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between directcast and ctype?

2 Answers   BirlaSoft, Wipro,


What do you mean by hashtable c#?

0 Answers  


Does C# support multiple inheritance?

5 Answers  


Explain the difference between a struct and a class?

0 Answers  


What is a ienumerator?

0 Answers  


Why is it a bad idea to throw your own exceptions?

4 Answers  


What is default boolean value in c#?

0 Answers  


Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

0 Answers  


Where do you add an event handler ?

1 Answers  


What is difference between event and delegate in c#?

0 Answers  


Define multicast delegate in c#?

0 Answers  


What is early binding and late binding

12 Answers   ABC, Infosys, TATA,


Categories