Structural Modeling
Structural modeling is a different view of the same system that you analyzed from a functional perspective. This model shows how data is organized within the system. Structural modeling provides a conceptual structure for the data, not specific technical aspects such as in what database it will be stored.
Create a structural model that depicts the system's interactions with the students in the College case. Perform the following steps:
• Identify the classes implied by the case.
• For each class, create a CRC card that includes appropriate attributes such as the student's ID number, name, address, and phone number.
• Briefly explain the relationship between your structural model and your functional model.