Fill This Form To Receive Instant Help
Homework answers / question archive / Create a class Course to represent a course file including courseId and courseStudents private attributes
Create a class Course to represent a course file including courseId and courseStudents private attributes. Define setter/getters for both attributes. Define constructor for initializing all attributes with input values
b) Create another class "File" which contains courseName (string) and file names "OOP", "DB", "WebTech", "SE", and "SPM" (of type Course class) private attributes. Define constructor for initializing all attributes with input values.
c) Implement this composition, take inputs from user in main function, finally print the details of each course with folder separately?