Class Diagrams - Short Note

class diagrams are fundamental tools in OOP that visually represent the static structure of a system.

Components of a class diagram

  • classes
  • attributes - represent the data or attributes associated with each class
  • methods - functions that class can perform
  • Relationships