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? Explain with an example.

Answers were Sorted based on User's Feedback



What is polymorphism? Explain with an example...

Answer / naveen malik

The behavior of an object can depend upon the state its in,
thus exhibiting Polymorphism. Consider a car colliding with
a wall. The impact of the process would depend upon the
approach speed of the car, the Angle it strikes in, the
strength of the wall and so on. If two cars were to collide,
the results would be much different, with both of them
receiving considerable damage.

Is This Answer Correct ?    1 Yes 1 No

What is polymorphism? Explain with an example...

Answer / gita tomer

polymorphism means the ability to take more than one form.It can done multipal task bye using single operation .And also it is very essentialfeature for oops.

Is This Answer Correct ?    0 Yes 0 No

What is polymorphism? Explain with an example...

Answer / shekimam

Polymorphism is the existence of the classes or methods in different forms or single name denoting different
implementations.

Is This Answer Correct ?    0 Yes 0 No

What is polymorphism? Explain with an example...

Answer / zahid hussain

polymorphism mean created a object which have many forms
method overloading and method overriding are these concept of polymorphism.

eg. a room have a electricity button which perform many functionality like on tube light, on bulb, on fan etc. one object button but perform many function..

Is This Answer Correct ?    0 Yes 0 No

What is polymorphism? Explain with an example...

Answer / faizanul haque

Poly means "many" and morph means "form" that means an entity existing in many form is set to be polymorphic in nature and its mechanism in known as polymorphism. The example of polymorphism is :

1. Method overloading.
2. Method Overriding.

Is This Answer Correct ?    0 Yes 0 No

What is polymorphism? Explain with an example...

Answer / iqra

Polymorphism indicates the ability of an object to have methods with the same name but the different contents.
For example: two command buttons on a form might both have paint method.
The code in each object is different altough the name of method is the same

Is This Answer Correct ?    0 Yes 0 No

What is polymorphism? Explain with an example...

Answer / kundan

polymorphism is the abelity of a data to represent itself in more than one form

Is This Answer Correct ?    0 Yes 0 No

What is polymorphism? Explain with an example...

Answer / desh

The term poly mean "many" and morphism mean "more form". it
simply process with single name on multiple action.
there are two types:
* method overiding
* method overloding

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

Can destructor be overloaded?

0 Answers  


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

0 Answers   Microsoft, TCS,


What is the main difference between C++ and Java

11 Answers   TCS,


What are main features of oop?

0 Answers  


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

0 Answers   HCL,


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


What is data binding?

4 Answers   Ittiam Systems,


what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use

2 Answers   HCL,


can we make a class static without using static keyword?

5 Answers   Aspire,


What is abstraction in oops?

0 Answers  


Program to check whether a word starts with a capital letter or not.

1 Answers   Infosys,


Why do we use encapsulation in oops?

0 Answers  


Categories