Tell me real world example of polymorphism and encapsulation .
Answer Posted / 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 |
Post New Answer View All Answers
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
Describe queue operation.
Explain the priority queue?
What is fibonacci search?
Can treeset have duplicates?
Define adjacent nodes?
What is the maximum size of array?
List the area of applications of data structure.
How does a dynamic array work?
What is hashing technique? Describe in brief.
Why do we need linked list?
Tell me the difference between structure and array?
Can arraylist store primitives?
What is the difference between a push and a pop?
How do you find the time complexity of a bubble sort?