- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 173字
- 2021-06-24 14:57:56
Summary
The Universal Modeling Language (UML) is used to create visual documentation of our systems. This can be used to design a system as well as document a system. UML is widely used by software engineers, software developers, and other professionals.
Two of the 14 UML diagrams are behavioral and structural. Behavioral diagrams illustrate how system components interact to form a system and include activity diagrams, interaction diagrams, state machine diagrams, and use case diagrams. There are several types of interaction UML diagrams, including sequence diagrams, communication diagrams, and timing diagrams.
Structural diagrams illustrate components of a system and include class diagrams, component diagrams, composite structure diagrams, deployment diagrams, object diagrams, and package diagrams.
In the next chapter, Object-Oriented Design Patterns, we will explore intermediate and advanced concepts and approaches to object-oriented programming and their applicability to design patterns. A review of the fundamental concepts of object-oriented programming will help to ensure a deep conceptual understanding of object-oriented programming. An overview of object-oriented programming-related design pattern principles will also be provided.
- MySQL數據庫進階實戰
- 數據產品經理高效學習手冊:產品設計、技術常識與機器學習
- Python金融大數據分析(第2版)
- Access 2016數據庫技術及應用
- Neural Network Programming with TensorFlow
- 大話Oracle Grid:云時代的RAC
- 大數據營銷:如何讓營銷更具吸引力
- 大數據架構和算法實現之路:電商系統的技術實戰
- ZeroMQ
- Flutter Projects
- 高維數據分析預處理技術
- 跨領域信息交換方法與技術(第二版)
- 探索新型智庫發展之路:藍迪國際智庫報告·2015(上冊)
- 深入理解InfluxDB:時序數據庫詳解與實踐
- Visual Studio 2013 and .NET 4.5 Expert Cookbook