What annotation is for private and for public?
How to draw generalization?
A ——-|> B
This means that B can use parameter from A
What shape is used for aggregation?
A <>—— B
Car<>—-Wheel (wheel doesn’t always need a car)
Term : Loose Coupling
The diamond goes to the bigger state, so diamond goes to the car
What shape is used for composition
A <>(Solid)—-B
Folder <solid>----- Files (When folder is deleted, all files gone)
Term : Tight Coupling
Whole project are created, live, die together
What is the relation term for Aggregation?
“is part of”
What is the relation term for Composition?
“is entirely made”
What is the relation term for Generalization?
“is a”
subclass inherits a superclass
What are the lines for Association?
What does no arrow mean in association ? (—————)