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?

Answer Posted / kananatha kowsik.r

Polymorphism is a greek word.'Poly' means many.'Morphism'
means programs.'Polymorphism' many programs.That means by
calling many forms or many programs using one interface.By
using polymorphism we can achieve overloading and overriding.

Types of polymorphism.

1.Compile time polymorphism or late bind polymorphism
2.Run time polymorphism or early bind polymorphism or
dynamic polymorphism.

1.Compile time polymorphism:

The polymorphism which is created at compile time or
late bind is called compile time polymorphism.

Example: Function overloading, Operator overloading.

2.Runt time polymorphism:

The polymorphism which is created at run time or late
bind or dynamically is called run time polymorphism.

Example: Abstract class, Virtual function.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I have a reference as a data member of a class? If yes, then how do I initialise it?

1161


What character terminates all character array strings a) b) . c) END

1210


What is the cout in c++?

1007


Define vptr.

986


What is lambda expression c++?

1006


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

1209


Why is c++ still popular?

989


Specify different types of decision control statements?

803


What are all predefined data types in c++?

1073


Does c++ cost money?

951


When is the destructor called?

980


What is the advantage of c++ over c?

969


What does it mean to declare a member function as virtual?

1014


When does the c++ compiler create temporary variables?

991


Why should we use null or zero in a program?

976