What's object oriented programming??? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 4

What's object oriented programming???

brief explanation

4th Mar 2017, 7:21 PM
silencer
silencer - avatar
1 ответ
+ 11
The simplest way to put it is that it makes code more manageable to work with, and reusable in other projects. Data and actions that are related are logically placed together (in objects) and can be specialized. Look throughout the lessons here or, indeed, look it up if you want a more in-depth explanation of specific features.
4th Mar 2017, 8:26 PM
Tamra
Tamra - avatar