Difference between revisions of "Section C 2021"
(→Question Help) |
(→Question Help) |
||
Line 21: | Line 21: | ||
=Question Help= | =Question Help= | ||
− | *[[2021 - Private vs Protected | Private vs Protected]] | + | * [[2021 - Private vs Protected | Private vs Protected]] |
− | * | + | * [[2021 = Virtual and Override | Virtual & Override]] |
* About 'Inheritance' & Polymorphism' | * About 'Inheritance' & Polymorphism' | ||
* About the use of 'this' | * About the use of 'this' |
Revision as of 14:28, 28 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:
Question Help
- Private vs Protected
- Virtual & Override
- About 'Inheritance' & Polymorphism'
- About the use of 'this'
- Base
- Constructors
- Static
- About the use of 'ref' for reference parameters
- About the use of 'out'
- Reflection