Can you please suggest a book for studying objected oriented approaches and programming.
相关问题
- how to define constructor for Python's new Nam
- Keeping track of variable instances
- Object.create() bug?
- std::vector of objects / pointers / smart pointers
- Name for a method that has only side effects
相关文章
- 接口B继承接口A,但是又不添加新的方法。这样有什么意义吗?
- NameError: name 'self' is not defined, eve
- Implementation Strategies for Object Orientation
- Check if the Type of an Object is inherited from a
- When to use Interfaces in PHP
- Are default parameters bad practice in OOP?
- How to return new instance of subclass while initi
- In OOP, what is the best practice in regards to us
http://headfirstlabs.com/books/hfooad/
This is the bible of OOP:
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.
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
The standard work on object oriented design is Larman:
Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development