Requirements Modeling: Class-Based Methods
Many times, two or more analysis classes are related to one another in some fashion or another. In UML this is called associations. With Object Oriented code, we often ask if two classes are related or associated through a is-a or has-a type relationship. For example: a car (and object) has a(n) engine (an other…