Difference between revisions of "Section C 2021"
(→Questions) |
(→Questions) |
||
Line 23: | Line 23: | ||
* About 'private', 'protected' variables | * About 'private', 'protected' variables | ||
* About 'virtual' and 'override' | * About 'virtual' and 'override' | ||
− | * About the use of 'this' | + | * About the use of 'this' |
+ | * [[2021 - Base | Base]] | ||
* [[2021 - Constructors | Constructors]] | * [[2021 - Constructors | Constructors]] | ||
* [[2021 - Static | Static]] | * [[2021 - Static | Static]] |
Revision as of 10:27, 24 September 2020
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'
- Base
- Constructors
- Static
- About the use of 'ref' for reference parameters
- About the use of 'out'
- Reflection