Question: In the context of Object-Oriented Databases, what is \'encapsulation\'?
Options:
Correct Answer: Hiding the internal state of an object
Solution:
Encapsulation is the concept of hiding the internal state of an object and requiring all interaction to be performed through an object\'s methods.