🌱 When should you use object-oriented programing

Source

In certain situations, OOP is better for performance.

Where OOP really shines is in bigger libraries where you want or need to be able to call methods on an instance, or where you’re creating lots of items with shared properties.

Where OOP really shines is in bigger libraries where you want or need to be able to call methods on an instance, or where you’re creating lots of items with shared properties.

Made by Brandon . If you find this project useful you can donate.