- Design Patterns and Best Practices in Java
- Kamalmeet Singh Adrian Ianculescu LUCIAN PAUL TORJE
- 64字
- 2021-06-25 20:52:29
Realization
If generalization is the corresponding term in UML for object-oriented inheritance, realization, in UML, represents the implementation of an interface by a class in object-oriented programming.
Let's assume we create an interface called Lockable, which is implemented only by Vehicles that can be locked. In this case, a version of the previous diagram implementing Lockable for the Car class will look like this:

推薦閱讀
- Go Web編程
- OpenStack Cloud Computing Cookbook(Third Edition)
- Practical Internet of Things Security
- Mastering Entity Framework
- C# 從入門到項目實踐(超值版)
- Serverless架構
- Learning DHTMLX Suite UI
- Scala編程實戰(原書第2版)
- Learning Zurb Foundation
- Python從入門到精通
- Geospatial Development By Example with Python
- 奔跑吧 Linux內核
- Python硬件編程實戰
- Laravel Design Patterns and Best Practices
- Java網絡編程實用精解