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
What is the use of prototype?
Is quicksort a stable algorithm?
Explain pre-order and in-order tree traversal.
Are linked lists useful?
Write an algorithm to check if there is a loop in a doubly linked list.
What is definition list?
Which is faster arraylist or hashmap?
Which language is best for data structures?
What is sorting an array?
Why linked lists are better than arrays?
What is the Role of push() and pop() method?
Why set will not allow duplicates?
Why do we use arrays?
Can we override compareto method for enumerations?
Can arraylist have null values?