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

推薦閱讀
- Modular Programming with Python
- Learning Real-time Processing with Spark Streaming
- Learning Docker
- C++ Builder 6.0下OpenGL編程技術
- Python進階編程:編寫更高效、優雅的Python代碼
- Scratch真好玩:教小孩學編程
- Windows Server 2012 Unified Remote Access Planning and Deployment
- PostgreSQL Replication(Second Edition)
- SQL 經典實例
- 寫給程序員的Python教程
- Akka入門與實踐
- Oracle Database XE 11gR2 Jump Start Guide
- SQL Server實例教程(2008版)
- Node.js實戰:分布式系統中的后端服務開發
- Professional JavaScript