10.1 (书上没有 PPT上的)方法通过message passing被调用
10.2 examing 问题陈述可以找到analysis类;语法分析来解析出名词为potential 类。之后用6个准则审视它们:retained的信息、needed服务、多重属性、common的属性、common的操作、重要的需要
10.3 四种操作:manipulate data; perform computation; inquire state; monitor object
10.4 CRC modeling
10.5 class的种类
1 entity class:业务逻辑
2 boundary class:模块间的interface
3 contro