Question
Postgraduate Computer Science 408 analysis 50: 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: C. 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