Well done!
You have completed Core Concepts of Object-Oriented Programming (OOP) Quiz!
Quiz Question 1 of 5
Which of the following best exemplifies the concept of encapsulation in a ticketing system designed for large events?
Choose the correct answer below:
-
A
Creating a method within the system to update ticket counts while preventing direct access to the data.
-
B
Storing all ticket data in a shared database accessible to all users for transparency.
-
C
Allowing users to directly update ticket availability as they make purchases.
-
D
Removing all restrictions on data access to improve processing speed.