Tell me real world example of polymorphism and encapsulation .

Answer Posted / sharuq

polymorphism..
take a boy. at home he is a son and at school he is student
encapsulation..
take a car we can see only body of the car but not engine

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.

557


What sorting algorithm should be used for sorting strings?

516


You want to insert a new item in a binary search tree. How would you do it?

520


How many passes are required in bubble sort?

458


Can an arraylist be null?

459






What are the applications of b-tree?

544


Explain the Stack

544


List the types of rotations available in splay tree?

707


Explain what is a spanning tree?

562


What is binary tree and its types?

488


Does treemap allow null key?

464


How to reverse a singly linked list?

521


How do I remove a value from a list?

447


Why is selection sort used?

483


How do you sort in ascending order in arraylist?

490