Advantages of using OOP:
Is faster and easier to execute.
Provides a clear structure for the programs.
Helps to keep code DRY "Don't Repeat Yourself" and makes code easier to maintain, modify, and debug.
Makes it possible to create fully reusable applications with less code and shorter development time.






