Well done!
You have completed Core Concepts of Object-Oriented Programming (OOP) Quiz!
Quiz Question 1 of 5
In the context of OOP, how does encapsulation contribute to the maintenance and security of a large-scale financial application?
Choose the correct answer below:
-
A
By consolidating all procedures and data members into a single object for easier updates.
-
B
By allowing the application’s users to define and modify encapsulation boundaries.
-
C
By restricting access to sensitive data and ensuring that only specific methods can modify it.
-
D
By allowing unrestricted access to all data members across different objects for faster processing.