I am very eager to learn in depth OOP concepts and most importantly how they can be applied in "real life". So far, I have read many references and many tutorials online but they all lack something: They do not provide a way to fully understand how object oriented programming can be truly used. In fact, it seems that most tutorial focus on OOP "syntax" as opposed to "the art of OOP design". Since OOP is a set of concept/idea/best practice in thinking about a problem and tackling that problem in a way to allow a better productivity I really want more. I want something to help me think as an "OOP designer" and not an "OOP programmer". Can someone provide with me a resource (preferably an online resource) that actually provides a non trivial example on how to apply OOP? Although I am aware that OOP is language agnostic, I would prefer examples in C#.
feedback
|
|
IMHO the best resources are not available online. This former SO post contains pointers to some very good books: Which is the best book to learn and implement Design Patterns using C#? | |||||
feedback
|
|
Check the following books;
Not sure online versions avialable | |||
|
feedback
|
|
http://www.amazon.com/Object-Oriented-Programming-Peter-Coad/dp/013032616X http://www.exforsys.com/tutorials/oops.html http://www.clear.rice.edu/mech517/Books/ Head First Design Patterns ( its in java but really good) http://shop.oreilly.com/product/9780596527730.do http://www.amazon.com/gp/reader/0201633612/ref=sib_dp_pt#reader-link | ||||
|
feedback
|
|
Good question. I've read many of the books that are suggested here, but I still struggle sometimes with good object design. In fact I've become somewhat disillusioned with Object Design. I think two books that are worth reading are Robert C. Martin - Clean Code Robert C. Martin - Agile Principles, Patterns, and Practices in C# (but be aware that the C# code is a bit outdated) | |||
|
feedback
|
|
see this question and answers: What is the single most influential book every programmer should read? there really great books mentioned there(not just OOP). | |||
|
feedback
|