Monday, February 27, 2012

Java OOPS Concept ....Abstraction

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.

No comments:

Post a Comment