Tell me real world example of polymorphism and encapsulation .

Answers were Sorted based on User's Feedback



Tell me real world example of polymorphism and encapsulation ...

Answer / sp

Polymorphism can be considered as a Married man. Who acts
differently in different situation , he acts as a son to
his father and the same person acts as father to his
son .That is he plays , different roles in different
environment.

Is This Answer Correct ?    120 Yes 10 No

Tell me real world example of polymorphism and encapsulation ...

Answer / pankaj

Rael world example fo polymorphism can be start machnism of
bike, inwhich u wil hav same method start() but it may be
either by kick start or button start.
N example for encapsulation can be a stack or queue doesn't
matter how it is implented internally with linked list or array

Is This Answer Correct ?    64 Yes 27 No

Tell me real world example of polymorphism and encapsulation ...

Answer / rexreno

polymorphism can be describe as a key in our mobile phone,
if we press key one time it write say "m" and if 2 times it
write "n".
same key implementing different tasks.

Is This Answer Correct ?    46 Yes 11 No

Tell me real world example of polymorphism and encapsulation ...

Answer / dd

Real example of polymorohism--
Ur mobile phone..
one name but many forms..
as phone.
as camera
as mp3 player
as radio..

Is This Answer Correct ?    42 Yes 9 No

Tell me real world example of polymorphism and encapsulation ...

Answer / shashank

polymorphism real life example:
a software engineer performs many task such as sometimes he performs coding, sometimes he performs testing, sometimes he performs analyzing. so software eng. is one but he is performing different task depending upon time.

Is This Answer Correct ?    16 Yes 6 No

Tell me real world example of polymorphism and encapsulation ...

Answer / sharuq

polymorphism..
take a boy. at home he is a son and at school he is student
encapsulation..
take a car we can see only body of the car but not engine

Is This Answer Correct ?    1 Yes 0 No

Tell me real world example of polymorphism and encapsulation ...

Answer / nagaraj

polymorphisms:-
polymorphisms is nothing but ability to take more than one forms(One Interface,Multiple Methods or One Name,Many Forms).

Encapsulation:-
-is nothing but wrapping the data and functions into single entity.

Inheritance:-
The Process of deriving new class from existing class.This is called Inheritance.
New Class-Child Class
Existing Class-Parent Class


Polymorphism:

say a door..
a door to a temple, a door to a house, a door to a kitty house,
all are doors, but all look different

Encapsultion:

cars and owners...
all the functions of cars are encapsulated with the owners..
No one else can access it...

Is This Answer Correct ?    1 Yes 1 No

Tell me real world example of polymorphism and encapsulation ...

Answer / srikanth reddy

Polymorphysam it means :One thing Menyforms ex: money y bcoz money is one thing it can useful for us food, travel, shoping, rent ex...

Is This Answer Correct ?    0 Yes 1 No

Tell me real world example of polymorphism and encapsulation ...

Answer / m.arunachalam

Examples of Polymorphism : Consider a Crocodile... It's live
in water and land.......

Is This Answer Correct ?    9 Yes 16 No

Tell me real world example of polymorphism and encapsulation ...

Answer / abhishek

real example is our eyes work seen the object in light, and
work not seen object in dark .

Is This Answer Correct ?    4 Yes 18 No

Post New Answer

More Data Structures Interview Questions

Stack can be described as a pointer. Explain.

5 Answers   Wipro,


Define depth and height of a tree?

0 Answers  


Can arraylist be resized?

0 Answers  


What is the difference between list, set and map?

0 Answers  


What are the advantages of linked list?

0 Answers  






Can hashtable have duplicate values?

0 Answers  


Why entry interface is used in map?

0 Answers  


What is array and its types?

0 Answers  


What is the Difference between treemap and hashmap?

0 Answers  


How do you rotate an AVL tree?

0 Answers   Global Logic,


What does each entry in the link list called?

0 Answers  


How many types of linked list exist?

0 Answers  


Categories