Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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: ListStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started