Java SE 8 Programmer I — Question 33

Which statement best describes encapsulation?

Answer options

Correct answer: A

Explanation

The correct answer, A, accurately describes encapsulation as it focuses on restricting access to certain components of a class, promoting data hiding. Options B and C address concepts related to inheritance and abstraction, which are not directly related to encapsulation. Option D speaks to polymorphism, which is a separate concept from encapsulation.