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

What is c++ hiding?

1220


Write syntax to define friend functions in C++.

1081


Describe linked list using C++ with an example.

1088


What is operators in c++?

1013


What c++ is used for?

1099


Is main a class in c++?

1007


What is abstract class in c++?

1057


What is data types c++?

1024


What is the difference between while and do while loop?

1164


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

1009


How do you traverse a btree in backward in-order?

1036


What is the error in the code below and how should it be corrected?

767


Do class method definitions?

1050


What is the use of main function in c++?

978


What is a storage class used in c++?

1086