-
Tips for Class Connection Representation using PlantUML
Distinguishing connecting representation. Extension <|– Composition *– Aggregation o– Normaly developers used to 3 types of line such as Extension, Composition and Aggregation for representing connectivity of classes. For detail, let me explain each ones. Extension is most simple. If you extend class using some interface or some abstract class then use Extension line that…