Conclusion

In this lesson, you’ve learned how object-oriented programming simplifies data modeling for mobile apps. You’ve also seen how it 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.

See forum comments
Download course materials from Github
Previous: Demo Next: Quiz: Basics of Object-Oriented Programming