Which of the following is a characteristic of good encapsulation?
Data and methods are tightly coupled
Data is stored in a publicly accessible format
Object implementation details are exposed
External access to internal data is restricted

Object-Oriented Programming Exercises are loading ...