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?

Answers were Sorted based on User's Feedback



what is polymorphism?..

Answer / guest

one name has many form in known an polymorphism

Is This Answer Correct ?    26 Yes 1 No

what is polymorphism?..

Answer / priyanka chourasia

Two or more function of same name but different defination is
called as Polymorphism.

Is This Answer Correct ?    13 Yes 1 No

what is polymorphism?..

Answer / rohit jindal

One thing having different work in Different situation.Eg:
Operator overloading,Function overloading

Is This Answer Correct ?    8 Yes 1 No

what is polymorphism?..

Answer / sangita patel

Polymorphism means one name multiple form.
It is implemented using overloaded function and operators.

Its is of two types
1) compile time polymorphism(function overloding
2) run time ploymorphism

Is This Answer Correct ?    7 Yes 1 No

what is polymorphism?..

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

what is polymorphism?..

Answer / jithin s

It means The Ability to take more than one form....ie the
same function name can be used to perform diffrent tasks...
depending up on the number and type of the argument and
also the function return type..

Is This Answer Correct ?    2 Yes 0 No

what is polymorphism?..

Answer / prasath

polymorphism is defined as one operator or function used in more than one work. it is called polymorphism.
ex:
OPERATOR OVERLOADING
2+3=5
1.2+2.3=3.5
"HA"+"I"="HAI"

Is This Answer Correct ?    1 Yes 0 No

what is polymorphism?..

Answer / manoj yadav

appear in many form.example overloding

Is This Answer Correct ?    1 Yes 1 No

what is polymorphism?..

Answer / kanchana

polymorphism means giving same name to differt functions
.but it signature will be different

Is This Answer Correct ?    0 Yes 0 No

what is polymorphism?..

Answer / vigneswari

USE SINGLE OPERATOR FOR MANY OPERATINS OR
FUNCTIONS..........POLY-MANY,MORPHISM-SHAPES.....

BEST OF LUK.... ROCK ALL COMPUTER ENGINEERS

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How can you specify a class in C++?

0 Answers  


Explain working of printf?

8 Answers  


What is an arraylist c++?

0 Answers  


Is there something that we can do in C and not in C++?

14 Answers   Patni,


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


What is the difference between std::vector and std::list

1 Answers  


which is the easy way to divide any integer by 2?

2 Answers   Persistent,


What is the difference between a "copy constructor" and an "assignment operator" in C++?

0 Answers   Genpact,


What is the difference between a declaration and a definition?

0 Answers  


What is isdigit c++?

0 Answers  


Categories