Question: I w ant to solve this please, in Python language 1. Create a class called Course which represent all Courses, having the following attributes: -
I w

ant to solve this please, in Python language
1. Create a class called Course which represent all Courses, having the following attributes: - Course ID - Course Name - Course Capacity - Professor - Description - A list of students These Attributes should be private. 2. Create for each attribute setters to update the attribute and getters to get the value of attributes. 3. Create input() method for entering the information of the course. 4. Create show() method for displaying the information of the course. 5. Create a variable to track how many courses have been instantiated. 6. Create 10 courses the information of each course should be entered by the user. Give the complete code according to the 6 requirements above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
