Answer:
A) True
Explanation:
This is true and this concept in Object Oriented Programming (OOP) is called Abstraction. It is a coding construct whereby implementation details is hidden from the user who only have access the functionality of the program. In popular programming language Java, Abstraction is achieved by the use of Abstract classes and Interfaces. Abstraction remains one of the four foundations of OOP the others are Inheritance, Polymorphism and Encapsulation.