Object Oriented Software Engineering View all facts Glossary Help |
| subject > representation > abstraction > data abstraction > association > one-way association |
| one-way association comparison table | |
| Subject | implement by |
|---|---|
| one-way association where the multiplicity at the other end is 'many' | using a collection class such as Vector in Java |
| one-way association where the multiplicity at the other end is 'one' or 'optional' | declaring an instance variable of that class in Java |
Next association: reflexive association Up: association Previous association: one-to-one association