
Abstraction is one of the principles of object
oriented programming. It is used to display only necessary and essential
features of an object to outside the world. Means displaying what is necessary
and encapsulate the unnecessary
things to outside the world. Hiding can be achieved by using access...