Tell me real world example of polymorphism and encapsulation .
Answer Posted / 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 |
Post New Answer View All Answers
Why quicksort is called quick?
How to reverse a singly linked list?
Is it possible to make an array volatile in java?
Write a Program for Insert in a sorted list
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Define double hashing?
Which interface provides the capability to store objects using a key-value pair?
what is a balanced tree.
How is any data structure application is classified among files?
What is the idea behind splaying?
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
Define the term “percolate up”?
What is a node in it?
How are elements stored in hashset?
What do you mean by collision in hashing?