i am getting little bit of confusion in between these 2.
i know that abstraction is hiding the implementation and providing the service.
and encapsulation is hiding the data and functions into a single unit in a class.This is also do some hiding of data with properties.
can you tell me that what exactly about these 2 concepts.