6 ms·
Is there a good book on object oriented programming for beginners? By beginners I mean people who code regularly but aren't software engineers.
by JavaBatman 5y ago
Is there a good book on object oriented programming for beginners? By beginners I mean people who code regularly but aren't software engineers.
- abraxas 5y agoDepends on your language. But Effective Java is not a bad one if Java is the language you use.
- flor1s 5y agoI think it's more important to find a good text book about the language you want to learn programming in, rather than a book about OOP. OOP is implemented differently by each language, and some popular languages these days completely avoid OOP.
- damontal 5y agoAs irritating as it is, the Head First book on OOP is actually decent for a novice.
- nomdep 5y agoIf your language is Ruby or Python I would recommend Practical Object Oriented Design by Sandi Metz
- pcmoney 5y agoI agree but I wouldn’t restrict the recommendation to just if you use python or ruby but if you want to use or understand any language in an OO fashion.