Tell me real world example of polymorphism and encapsulation .
Answer Posted / 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 View All Answers
Why is quicksort better than mergesort?
Can a null element added to a treeset or hashset?
What is the difference between for and foreach loop?
What is adt in data structure?
How to create your own data structure in java?
How do you reference all the elements in a one-dimension array?
Which sorting is stable?
How do you search for a target key in a linked list?
How helpful is abstract data type of data structures?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
Which data structure is applied when dealing with a recursive function?
What is the quickest sorting algorithm?
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
What is significance of ” * ” ?
Does map extend iterable?