UML Tutorial - Free download as PDF File (.pdf), Text File (.txt) or read online for free. The document discusses UML 2 class diagrams and their components. It describes: 1) Class diagrams show the building blocks of object-oriented systems through classes, relationships, and properties. They illustrate static structure over behavior. 2) Common relationships include generalization, aggregation, and association. Generalization shows inheritance. Aggregation shows composition or usage…