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