Abstraction means hiding the complexities.
Abstract class or interface...
We cannot instantiate this classes.
We need to extend them
We are only concerned about calling the methods for using the functionality.
for e.g stop and start method to stop and start a car...how is it implemented we are not bothered.
Its Closely associated with Encapsulation.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment