The UML Class Diagrams
A class diagram describes the types of objects in the system and the various kinds of static relationships that exist among them. It is a graphical representation of a static view on declarative static elements and a central modeling technique that runs through nearly all object-oriented methods. The richest notation in UML.
We Discuss here :-
Essential Elements:
1. Classes
2. Attributes
3. Operations
4. Relationships
–Associations
–Generalization
–Dependency
–Realization
5. Examples of Class Diagram for
- Library management system
- Hospital System