Question: The objective of the assignment is to develop your understanding of class relationship in java Topic of assignment: Given the UML, perform the following tasks:

 The objective of the assignment is to develop your understanding of

The objective of the assignment is to develop your understanding of class relationship in java Topic of assignment: Given the UML, perform the following tasks: Define a class named course Define a class named Transcript which has course as an aggregation class. (you need to create an array of course for the transcript) Define a class named Student which has Transcript as an aggregation class. (you need to create an instance of Transcript for the student) write a test class to test the three classes. The main method should perform the following tasks: Create an instance of Student Add three courses to the transcript of the student Calculate and display the GPA of the student The UML diagram for the classes

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!