tags:

views:

65

answers:

4

Can you please suggest a book for studying objected oriented approaches and programming.

+1  A: 

This is the bible of OOP:

http://en.wikipedia.org/wiki/Design_Patterns

You can find a hard copy on the Amazon but if you Google you should be able to find an html version on the net somewhere.

Jakub Konecki
+1  A: 

Here are few links I found for supporting your cause. Hope these might help you -

http://oad.humansize.com/

http://www.itmweb.com/essay554.htm

http://cplus.about.com/od/learnc/ss/csharpclasses.htm

Sachin Shanbhag