Well done!
You have completed Core Concepts of Object-Oriented Programming (OOP) Quiz!
Quiz Question 1 of 5
In object-oriented programming (OOP), how can modeling a social media account as an object enhance the scalability of a social media application?
Choose the correct answer below:
-
A
By enabling direct access to the account’s data members, making it easier to modify them.
-
B
By simplifying the user interface for managing account interactions.
-
C
By reducing the memory usage of the application by consolidating data members.
-
D
By allowing the application to handle multiple accounts without changing the underlying code.