
OO
文章平均质量分 52
iloveflowerll
这个作者很懒,什么都没留下…
展开
-
用例子说明面向对象和面向过程的区别
java是一门面向对象的语言,那对面向对象和面向过程不是很清楚的请看看下面的内容,说不定对你有帮助: 面向过程就是分析出解决问题所需要的步骤,然后用函数把这些步骤一步一步实现,使用的时候一个一个依次调用就可以了。面向对象是把构成问题事务分解成各个对象,建立对象的目的不是为了完成一个步骤,而是为了描叙某个事物在整个解决问题的步骤中的行为。 例如五子棋,面向过程的设...原创 2012-03-22 02:28:39 · 87 阅读 · 0 评论 -
OO Design principles
What are Software Design Principles? Software design principles represent a set of guidelines that helps us to avoid having a bad design. The design principles are associated to Robert Martin who g...原创 2012-04-02 22:26:45 · 133 阅读 · 0 评论 -
State Pattern
The pattern encapsulates state into separate classes and [b]delegates[/b] to the object representing the current state, we know that behavior changes along with the internal state. In reality, howeve...原创 2012-04-03 00:06:22 · 112 阅读 · 0 评论 -
Differences Between Scrum and Extreme Programming
http://blog.mountaingoatsoftware.com/differences-between-scrum-and-extreme-programming Scrum and Extreme Programming (XP) are definitely very aligned. In fact, if you walked in on a team doing one ...原创 2012-04-05 22:52:04 · 195 阅读 · 0 评论