Question: Create Class Institute Create Variables String instName Department[] departments (Array of departments) Create respective getter and setter methods Create Display Function that shows Institute Name
Create Class Institute Create Variables String instName Department[] departments (Array of departments) Create respective getter and setter methods Create Display Function that shows Institute Name and its Departments
Create Class Department Create Variables String departmentName Student[] students (Array of Students); Create respective getter and setter methods Create Display Function that shows Department Name and its Students
Create Class Student Create Variables Int stID String stName
Create respective getter and setter methods Create Display Function that shows Students Information.
USING C++ Association
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
