Question
NCRE Level 2 programming application task 36: Which claim about encapsulation is supported by the underlying concept? Focus on object-oriented programming in this variation.
Select an option. Your answer will be checked instantly.
Correct Answer: B. Encapsulation groups data with methods and controls access to internal state
Explanation:
Encapsulation supports modular design by hiding implementation details behind a defined interface.
Leave a Reply