Object Oriented Software Engineering   View all facts   Glossary   Help
subject > representation > abstraction > data abstraction > association > one-way association
Next associationreflexive association    Upassociation    Previous associationone-to-one 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 associationreflexive association    Upassociation    Previous associationone-to-one association