which design pattern to use?
-
Hello, I'm designing an application that simulates a university application and courses system. I'm looking for a design pattern for this case: I have a base class Course, and 3 deriving classes for 3 type of courses. each course should have a list of pre-courses that need to be taken in order to take the course. The pre courses can be any of the 3 types of courses. I thought of using the graphic-shape-picture design pattern, but it's not the very same case. Will appreciate any idea! Thank You Orlya
-
Hello, I'm designing an application that simulates a university application and courses system. I'm looking for a design pattern for this case: I have a base class Course, and 3 deriving classes for 3 type of courses. each course should have a list of pre-courses that need to be taken in order to take the course. The pre courses can be any of the 3 types of courses. I thought of using the graphic-shape-picture design pattern, but it's not the very same case. Will appreciate any idea! Thank You Orlya