Question: Thanks for answering : ) Question 9 (totalling 30 marks) Scenario: A university student maintains a list of courses in which they are enrolled. Each

Thanks for answering : )
Question 9 (totalling 30 marks) Scenario: A university student maintains a list of courses in which they are enrolled. Each course has a code (such as 405704) and a description (such as Programming 2) A course stores a list of content of either notes or assignments. All content has a title but notes contain text. Assignments store the due date in a simple text format. Classes have accessor and mutator methods appropriate to their attributes A student can be queried to 1) determine whether or not they are registered in a given course 2) return the number of courses in which they are registered. Complete the UML diagram expressing this scenario by adding the appropriate classes, attributes, methods and relationship arrows Student courses: List Question 9 (totalling 30 marks) Scenario: A university student maintains a list of courses in which they are enrolled. Each course has a code (such as 405704) and a description (such as Programming 2) A course stores a list of content of either notes or assignments. All content has a title but notes contain text. Assignments store the due date in a simple text format. Classes have accessor and mutator methods appropriate to their attributes A student can be queried to 1) determine whether or not they are registered in a given course 2) return the number of courses in which they are registered. Complete the UML diagram expressing this scenario by adding the appropriate classes, attributes, methods and relationship arrows Student courses: List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
