Tell me real world example of polymorphism and encapsulation .
Answer Posted / m.arunachalam
Examples of Polymorphism : Consider a Crocodile... It's live
in water and land.......
| Is This Answer Correct ? | 9 Yes | 16 No |
Post New Answer View All Answers
Which algorithm is used in arrays sort?
What is push and pop in stack?
Explain binary searching, Fibonacci search.
What are the types of array operations?
How does quicksort partition work?
What is the complexity of selection sort?
How dynamic arrays are created?
Which language is best for learning data structures and algorithms?
What is the difference between static and dynamic data?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
Which data structure is applied when dealing with a recursive function?
Why might quick sort might be better than merge sort?
Why arraylist is not efficient for manipulation?
in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)
What are linked list?