f*****y 发帖数: 444 | 1 such as design a football game, elevator, etc. Any clue to these type of
questions? What books I should refer to?
thanks, | h**e 发帖数: 13 | 2 同问。 :)
在学System Analysis的时候,好像是在一段描述性的文字中间找出名词,作为class,
比如 football game, 类有player, ball, field.... 然后figure out他们之间的关系。 | s**2 发帖数: 13 | 3 OO design是一种思想,可以选择一种简单的OO 语言,比如java, C#等作为参考,自己
编写几个OO程序。当你掌握了OO的思想后,用Assembly都可以写出具有OO特点的程序。
搞清楚
class, instance, abstraction, Encapsulation, Polymorphysm, inheritance等
等概念和其中的为什么。 |
|