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

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

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

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.



Leave a Reply 1

Your email address will not be published. Required fields are marked *

5 − four =


mr_tienvu

mr_tienvu

Correct answer is C