Question: Please help me with this Python question QUESTION 7 Which of the following class diagrams has the correct format? Course + Course(course_id: String) +input_info() O
Please help me with this Python question

QUESTION 7 Which of the following class diagrams has the correct format? Course + Course(course_id: String) +input_info() O A. [+ display_info() +code: String +instructor: String + quota: int Course + Course: String + instructor: String O B. + quota: int + create(course_id: String) +input_info() + display_info() + Course(course_id: String) +input_info() + display_info o c. O+code: String + instructor: String + quota: int + Course(course_id: String) +input_info() + display_info D. ()+code: String +instructor: String + quota: int Course
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
