尽忠 发表于 2025-3-25 07:08:46
http://reply.papertrans.cn/31/3032/303168/303168_21.png缩短 发表于 2025-3-25 11:04:08
Eiffel Control Instructions,Previous chapters have introduced three types of instruction:MOTTO 发表于 2025-3-25 13:55:47
http://reply.papertrans.cn/31/3032/303168/303168_23.pngBricklayer 发表于 2025-3-25 16:22:40
http://reply.papertrans.cn/31/3032/303168/303168_24.pngCHURL 发表于 2025-3-25 20:11:29
Inheritance,This chapter introduces single inheritance; it also covers the concept of polymorphism, the rules for conformance in Eiffel, and the related topic of reverse assignment. It concludes with a discussion of when inheritance is and is not appropriate.投射 发表于 2025-3-26 04:00:36
Generic Classes,The term genericity is clearly related to the word ‘general’, and when we talk of genericity in the context of software construction we are talking about the capacity to produce components which have a general use. Such components are essential if we are to promote the reuse of code through the development of class libraries.hemophilia 发表于 2025-3-26 08:00:55
http://reply.papertrans.cn/31/3032/303168/303168_27.pngBlanch 发表于 2025-3-26 10:45:28
http://reply.papertrans.cn/31/3032/303168/303168_28.png废墟 发表于 2025-3-26 14:09:29
Multiple and Repeated Inheritance,Previous chapters have introduced single inheritance, and have looked at the ways in which the features of inherited classes may be altered by descendant classes. This chapter completes the study of inheritance by introducing multiple and repeated inheritance.没有贫穷 发表于 2025-3-26 20:25:32
Case Studies,This chapter provides two case studies. The first builds on classes developed in the chapters on generic and abstract classes. The second, more complex study, implements a back propagating neural network from scratch. The chapter also illustrates the use of CRC cards in object-oriented design.