Showing posts with label Abstraction in Object Oriented Programming (OOPS) Concept. Show all posts
Showing posts with label Abstraction in Object Oriented Programming (OOPS) Concept. Show all posts

Abstraction in Object Oriented Programming (OOPS) Concept

However, you cannot hide an entire object. To use an object, a part of it needs to be accessed by users. To provide this access, abstraction is used. Abstraction provides access to a specific part of data while encapsulation hides the data. Therefore, abstraction and encapsulation compliment each other.
In Object Oriented Programming (OOPS) Concept, abstraction defines the conceptual boundaries of an object. These boundaries distinguish an object from another objects.

Proceed Further..

by Asp.net-C#.Net · 0

Labels

Topics