Question
Postgraduate Computer Science 408 analysis 120: Which statement should guide analysis of encapsulation? 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