Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good courses for learning about Object-Oriented Programming?

Tags:

oop

I'm looking for some good courses on object oriented programming. I've been programming for about 4 years so far, but I don't feel like I have a SOLID grasp on OO.

How did you learn?

like image 789
mr mo Avatar asked Jan 26 '09 20:01

mr mo


2 Answers

Its all learning by doing. Courses and books are good, but the bottom line: Coding is all about writing programs; start from there. Another thing I personally think is very important: read other peoples code!

like image 186
raupach Avatar answered Oct 11 '22 12:10

raupach


Try these: http://webcast.berkeley.edu/course_details_new.php?seriesid=2008-D-26263&semesterid=2008-D

like image 35
GEOCHET Avatar answered Oct 11 '22 11:10

GEOCHET