A characteristic of __________ is that only an object's methods are able to directly access and make changes to an object's data. a.classes b.procedures c.data hiding dponent reusability

Respuesta :

Answer:

Data Hiding

Explanation:

Data hiding is software technique which is used to hide objections details and data information from some members. Such data and details is only accessible to few members. With help of such techniques data integrity is remain and not all member is able to change and altered the details but only few have direct access.