Conclusion
In this lesson, you’ve learned how object-oriented programming:
- Simplifies data modeling for mobile apps.
- Enables you to encapsulate properties and methods, hide an object’s information from the rest of the app and write reusable code.
All of these features increase your productivity and efficiency, and reduce complexity, making problem-solving easier.