Tell me real world example of polymorphism and encapsulation .
Answer Posted / 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 |
Post New Answer View All Answers
What are the goals of data structure?
What's difference between stack and queue?
Explain circular linked list?
What is concurrentlinkeddeque?
What is data structure and why it is important?
What is the use of placement new?
Which is better selection or bubble sort?
What are the disadvantages of circular list?
When is a binary search best applied?
How would you implement two stacks using a single array?
What are the difference between a stack and a queue?
Why quicksort is better than merge sort?
What do you mean by separate chaining?
Mention the advantages of representing stacks using linked lists than arrays?
What do you mean by the term “percolate up”?