Section C 2021
This section is to document the skeleton program. Section C will be questions relating to the actual code within the program and could relate to specific methods, variables, programming skills, or theory topics.
Classes
The skeleton program has the following classes:
Questions
- About 'private', 'protected' variables
- About 'virtual' and 'override'
- About the use of 'this'
- About constructors
- About the use of 'static'
- About the use of 'ref' for reference parameters