|
I guess that the first step after getting the general idea which is behind object oriented programming is to get a deeper understanding of "design patterns".
"Thinking in Patterns" is a (free) ebook by Bruce Eckels. I used to recommend it to a lot of people during the last months and recently came across it again. This book is a great explanation of design patterns in OO development/design and even though its examples are in Java this ought to be a mandatory read for every .NET developer ... ;-)
|