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

推薦閱讀
- Mastering OpenLayers 3
- Node.js 10實(shí)戰(zhàn)
- Objective-C Memory Management Essentials
- The Android Game Developer's Handbook
- C語言程序設(shè)計(jì)實(shí)訓(xùn)教程
- Hands-On Reinforcement Learning with Python
- Mastering JavaScript High Performance
- FPGA Verilog開發(fā)實(shí)戰(zhàn)指南:基于Intel Cyclone IV(進(jìn)階篇)
- OpenResty完全開發(fā)指南:構(gòu)建百萬級別并發(fā)的Web應(yīng)用
- Microsoft Dynamics AX 2012 R3 Financial Management
- Java Fundamentals
- Kivy Cookbook
- 計(jì)算思維與Python編程
- Flutter for Beginners
- Drools 8規(guī)則引擎:核心技術(shù)與實(shí)踐