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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!