Develop a class diagram based upon the followingdescription:
When a student wants to register for courses, he/she willprovide student id and name along with the term (like W22, F22, S22etc.). For a particular term, student can register for up to 7unique courses. Multiple students can register for a course, but astudent can register for a specific course in the given term onlyonce. For every single course, one and only one faculty memberis assigned to teach, and a faculty member will be able to teach atthe most 5 courses in each term. Each course will have one and onlyone recommended textbook. Every course will be scheduled in one ofthe available rooms.
Each faculty member will have unique id, assigned automaticallystarting from “F1001” and will have an office, phone, andemail. The recommended textbook will have unique ISBN number,title, author, and edition. Room can be a lecture room, lab,office, or meeting room and will have unique room number,capacity.
Develop a class diagram based upon the following description: When a student wants to register for courses, he/she will
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am