- 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:

推薦閱讀
- 數據庫程序員面試筆試真題與解析
- Vue.js 3.x從入門到精通(視頻教學版)
- Yocto for Raspberry Pi
- Python數據分析從0到1
- Java EE 8 Application Development
- UVM實戰
- 微服務架構深度解析:原理、實踐與進階
- Mastering Akka
- ArcGIS for Desktop Cookbook
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- OpenCV with Python Blueprints
- 從零開始學Android開發
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Software-Defined Networking with OpenFlow(Second Edition)
- 零基礎入門學習C語言:帶你學C帶你飛