Association relationship between classes may itself have attributes and operations and so may be regarded as a class: association class. Examples: Employment, Loan. Loan attributes: book name, borrower name, return date, etc.; Loan operations: extendLoan(), cancelLoan(), etc.