a. Encapsulation
b. Abstraction
c. Polymorphism
d. Inheritance
Answer:
b. Abstraction
Explanation
The insulation of data from direct access by the program is called the data abstraction. Data abstraction also called data hiding, is the mechanism where the code and the data it manipulates are wrapped into a single unit.