Design objects with their properties and their types to describethe data needed to support this business process. List alloperations (methods) that each object should have be able to dowith its own data. Provide comments on the role of each property ormethod.
For example,
Student object:
Fields:
Name (string) to store student’sname
Enrolled classes (list of classobjects) to store all classes a student is enrolled in.
Design a flow chart of the algorithm that would describe thegiven business process and use the data structures that you havedesigned. Submit a Word document with the required information.
Solution