SUNBEAM INSTITUTE OF INFORMATION TECHNOLOGY
PUNE
Module End Lab Exam - C++ Programming
Course Details:
- Course Name: PG - DAC
- Module Name: C++ Programming
- Batch: Feb 25
- Exam Date: 07/03/2025
- Max. Marks: 40
- Duration: 2:00 Hours
Instructions:
- Create a new Project by the name CPP_12_digit_PRN in your home directory.
- After evaluation, first compress/zip your folder (named CPP_<12 digit PRN>) and upload it on EMIS.
Question:
A Sports Management System helps to maintain players' records and their type of sport they play. Additionally, the system manages players, allowing each player to participate in multiple sports.
- Create a Class Sports (Represents a sport) with data members as name, fees.
- Create IndoorGame (Derived from Sport) with data members as venueType (e.g., Hall, Court, Table).
- Create OutdoorGame (Derived from Sport) with data members as groundType (e.g., Grass, Clay).