Understanding Object Oriented Programming | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Understanding Object Oriented Programming

I've been through the C# training module and tried a few other sources but I'm really struggling to grasp both the finer points of OOP and how to use it in practice. I'm reasonably competent at Python and haven't been able to put it into practice there either. Does anyone have any good suggestions or links to resources to better understand it?

30th Dec 2017, 7:57 AM
Brian F
Brian F - avatar
2 Réponses
+ 1
thanks @Gordie, that looks a good read
30th Dec 2017, 10:29 AM
Brian F
Brian F - avatar
0
OOP is handy in managing large scale project. Using functions aka methods alone won’t help then. The most reasonable way to get a strong grip on OOP, in my respect, is to build a big project with it.
30th Dec 2017, 9:10 AM
monotom
monotom - avatar