Respuesta :

Answer:

Abstraction: Hiding data

Encapsulation: Combining both data and function as one unit.

Explanation:

Encapsulation and Abstraction are the concepts of object oriented programming language. Data Abstraction deals with hiding some confidential data and implementation details from the end user. Encapsulation refers to combining both data members and member functions as one unit.

we can achieve both encapsulation and abstraction in the from of class in object oriented programming language

ACCESS MORE