packet 发表于 2025-3-23 10:10:14

IntroductionThis is a book, first and foremost, about software objects: what they are, why they are so ‘magical’ and yet so straightforward, and how one goes about structuring a software application to use objects appropriately.

逗它小傻瓜 发表于 2025-3-23 17:44:06

Objects and ClassesObjects are the fundamental building blocks of an object-oriented (00) system. Just as abstraction involves producing a model of the real world as we discussed in Chapter 2, objects are ‘mini abstractions’ of various real-world components.

Crumple 发表于 2025-3-23 21:08:37

http://reply.papertrans.cn/19/1824/182390/182390_13.png

广告 发表于 2025-3-24 01:38:11

Modeling the Dynamic/Behavioral Aspects of the SystemThus far, we have been focused on the static structure of the problem being modeled — the floor plan for our custom home, as it were. As we learned in Chapter 10, this static structure is communicated via a class diagram plus supporting documentation. The building blocks of a class diagram are:

LAP 发表于 2025-3-24 06:20:09

http://reply.papertrans.cn/19/1824/182390/182390_15.png

Limited 发表于 2025-3-24 10:23:14

http://reply.papertrans.cn/19/1824/182390/182390_16.png

Commonplace 发表于 2025-3-24 11:25:33

http://reply.papertrans.cn/19/1824/182390/182390_17.png

Glower 发表于 2025-3-24 16:59:23

http://reply.papertrans.cn/19/1824/182390/182390_18.png

朦胧 发表于 2025-3-24 20:36:07

http://reply.papertrans.cn/19/1824/182390/182390_19.png

CROAK 发表于 2025-3-25 00:42:30

Interactive Multimedia Learningdel of the SRS — or, so it seems! Before we embark upon implementing our class diagram as Java code in Part 3 of the book, however, we need to make sure that our model is as accurate and representative of the goal system as possible.
页: 1 [2] 3 4 5 6 7
查看完整版本: Titlebook: Beginning Java Objects; From Concepts to Cod Jacquie Barker Book 20001st edition Apress 2000 C++ programming language.Java.Linux.OO program