- Hands-On Penetration Testing with Python
- Furqan Khan
- 68字
- 2021-07-02 14:13:59
Aggregation
The aggregation relationship is a special kind of has a relationship that is always one way. It's also known as a one-way association relationship. For example, the relationship between Employee and Address is a one-way association, because an employee will always have an address, but the reverse of this won't always be the case. The following example depicts the aggregation relationship between Employee and Address:

推薦閱讀
- 零基礎學Visual C++第3版
- Mastering Objectoriented Python
- MongoDB for Java Developers
- HBase從入門到實戰
- Python數據分析(第2版)
- GameMaker Programming By Example
- 基于Swift語言的iOS App 商業實戰教程
- Mastering ServiceNow(Second Edition)
- Java編程技術與項目實戰(第2版)
- Oracle從入門到精通(第5版)
- D3.js 4.x Data Visualization(Third Edition)
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Java Web開發就該這樣學
- C# and .NET Core Test Driven Development
- Python機器學習算法與應用