文章目录
- Modeling the Library System
-
- What should we do
- Specification of the Library System
- Identifying Classes
- Identifying Relationships
- Identifying Attributes
- Identifying Methods
- Modeling Using UML
- Implementing the Library System we just designed
-
- CatalogItem类
- Recording类
- Book类
- BorrowerDatabase类
- Ca