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

The ability to take more than one form is known as
polymorphism.

Is This Answer Correct ?    18 Yes 3 No

What is Polymorphism?..

Answer / mahendran a

Polymorphism is the mechanism used to decouple the caller of
a functionality or sender of a message and the actual
implementation that serves by without necessitating the
client knowing about the actual implementor &
implementation/response.

Is This Answer Correct ?    7 Yes 6 No

What is Polymorphism?..

Answer / zain

In programming languages and type theory, polymorphism is the provision of a single interface to entities of different types. A polymorphic type is a type whose operations can also be applied to values of some other type, or types.

Is This Answer Correct ?    1 Yes 0 No

What is Polymorphism?..

Answer / shanti chouhan

The polymorphism is bunch of classes with different functionality and structure but all use the same interface

Is This Answer Correct ?    0 Yes 0 No

What is Polymorphism?..

Answer / dk

Polymorphism is a concept use in OOP to define or describe different methods with same name like I.e. move of bishop and move of queen in chess game both have to move by different way.

Is This Answer Correct ?    0 Yes 0 No

What is Polymorphism?..

Answer / kumaranr

in which a class has all the state and behaviour of the
another class

Is This Answer Correct ?    2 Yes 4 No

What is Polymorphism?..

Answer / subrata

Polymorphism, according to the OO programming is the ability of objects belonging to different data types, to respond to the method call with the same name according to a type specific behavior.

Yeh, I know it is cryptic. But that is how it is. At the end, the interviewer will be confused so much so that - you are guaranteed to get in :)

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More OOAD Interview Questions

A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?

0 Answers  


Which keyword can be used for overloading?

0 Answers  


Classes and structs support inheritance. Is this statement true or false?

0 Answers  


Which OOPS concept exposes only the necessary information to the calling functions?

0 Answers  


How to make a class accessible as a web service?

0 Answers   BirlaSoft,


If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

0 Answers  


State some of the advantages of object oriented programming?

0 Answers  


How does abstraction differ from encapsulation.

0 Answers  


What is abstract method?

0 Answers  


what are the different ways for a method to be overloaded?

0 Answers  


Explain what a method is?

0 Answers  


Are constructors inherited? Can a subclass call the parent's class constructor? When?

0 Answers  


Categories