Encapsulation means ______.

Encapsulation means ______________.

A. that data fields should be declared private.
B. that a class can extend another class.
C. that a variable of supertype can refer to a subtype object.
D. that a class can contain another class.

The correct answer is A


Java

Learn More Multiple Choice Question :