Question: Programming Courses - Write in Java and include comments Design and implement a set of classes that define various courses in your curriculum. Include information
Programming Courses - Write in Java and include comments
Design and implement a set of classes that define various courses in your curriculum. Include information about each course such as the title, number, description, and department that teaches the course. Consider the categories of classes that constitutes your curriculum when designing your inheritance structure. Create a main driver class to instantiate and exercise several of the classes.
Classes include:
CSC200 Intro to Computer Science - Learn the basics of Computer Science, Business Department
CSC201 Computer Science 1 - Understand Computer Science, Business Department
CSC202 Computer Science 2 - Advanced understanding of Computer Science, Business Department
MTH173 Calculus with Analytical Geometry 1 - Math course, Math Department
MTH 174 Calculus with Analytical Geometry 2 - Math course, Math Department
Grading Rubric
| Task | Points |
| Working solution for the problem | 8 |
| Overall best practices in writing the program | 2 |
| Total | 10 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
