CISA Certified Information Systems Auditor – Question2856

Which of the following is an object-oriented technology characteristic that permits an enhanced degree of security over data?

A.
inheritance
B. Dynamic warehousing
C. Encapsulation
D. Polymorphism

Correct Answer: C

Explanation:

Explanation:
Encapsulation is a property of objects, and it prevents accessing either properties or methods that have not been previously defined as public. This means that any implementation of the behavior of an object is not accessible. An object defines a communication interface with the exterior and only that which belongs to that interface can be accessed.