- Create a University class which would be composed of Departments, type(public,private), name, employees.
- Department have attributes [name, facultyof, noOfStudents, noOfTeachers, otherEmployee]
- Employee and Students are type of Persons which has attributs[name,age,address,gender,cnic]
- Make helping functions/ member functions inside the class to compute the total no of students and total no of employees. Some employees like VC and registrar are not part of any department
1 post - 1 participant