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

An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.

0 Answers  


Which process places data at the back of the queue?

0 Answers  


Why might quick sort might be better than merge sort?

0 Answers  


What is stack explain with diagram?

0 Answers  


What is a map programming?

0 Answers  






What is data structure definition?

0 Answers  


What is the main advantage of a linked list?

0 Answers  


What is dynamic array how is it created?

0 Answers  


Is arraylist heterogeneous?

0 Answers  


What is the difference between binary tree and binary search tree?

0 Answers  


Which is the parent class of linkedlist class?

0 Answers  


Does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?

1 Answers  


Categories