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 a Polymorphism? How many types of polymorphism and
whats that use in application?

Answer Posted / khan

Poly mean many mphorm mean form, polymorphism mean use an entity in many forms. there are two types of polymorphism
1. Static Polymorphism
2. Dynamic Polymorphism

1. Static polymorphism is also called as Compile Time polymorphism. In Static polymorphism methods are overloaded with same name but having different signatures.So it is called as method overloading.

2.Dynamic polymorphism is also called as Run Time polymorphism. In this type of polymorphism methods have the same name, same signature but different in the implementation.
In Dynamic polymorphism methods are overridden so it also called as method overriding.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why reinterpret cast is considered dangerous?

2449


What is constructor overloading in oop?

1180


What language is oop?

1075


What is the real life example of polymorphism?

1233


What are the two different types of polymorphism?

1196


Why do we use oop?

1167


What is encapsulation oop?

1105


How Do you Code Composition and Aggregation in C++ ?

25611


What does <> mean pseudocode?

1261


What are main features of oop?

1180


Why we use classes in oop?

1097


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1919


What is difference between polymorphism and inheritance?

1132


What is oops with example?

1101


Why is static class not inherited?

1152