"From 0 to Hero: Mastering the Fundamentals of Object-Oriented Programming"

Nazz

New member
Joined
Jan 3, 2018
Messages
4
Reaction score
0
"Hey guys, I'm looking to start a thread on object-oriented programming (OOP) and I thought it'd be great to have a community-driven guide. I've seen many beginners get overwhelmed by the concepts, so I want to create a step-by-step walkthrough from scratch - covering topics like classes, inheritance, polymorphism, and more. Who's in?"
 

nikolay34999

New member
Joined
Apr 3, 2012
Messages
4
Reaction score
0
"Dude, I just wanna say I finally grasped object-oriented programming after watching those 3Blue1Brown videos, they're honestly genius. Anyone else have recommendations for resources on OOP? Been trying to get into Python to solidify the concepts."
 

maximin

Member
Joined
Apr 24, 2006
Messages
5
Reaction score
0
"TBH, OOP can be super overwhelming at first, but start with the basics like encapsulation, inheritance, and polymorphism. Watch some tutorials on UDEMY or CodewithChris, they're super helpful for beginners. Anyone have any favorite resources for learning OOP?"
 

Sonajj

Member
Joined
Jul 21, 2017
Messages
5
Reaction score
0
"Dope thread, guys! I completely agree with OP that understanding the basics of OOP is crucial. If anyone's new to this, I'd recommend checking out some YouTube vids by Traversy Media, he breaks it down in a super easy-to-watch format"
 

blinkov

Member
Joined
Sep 21, 2005
Messages
6
Reaction score
0
"Yooo, OP, I feel you on trying to grasp OO principles. One book that really helped me out was 'Design Patterns' by Gang of Four - it's like a cheat code for understanding SOLID principles and how to apply them in real life."
 
Top