Difference between revisions of "Section C 2021"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Classes)
(Questions)
Line 27: Line 27:
 
* About the use of 'static'
 
* About the use of 'static'
 
* About the use of 'ref' for reference parameters
 
* About the use of 'ref' for reference parameters
 +
* [[2021 - Reflection | Reflection]]

Revision as of 10:50, 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:

2021 - Player

2021 - Piece

2021 - BarronPiece

2021 - LESSPiece

2021 - PBDSPiece

2021 - Tile

2021 - Hexgrid

2021 - Program

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
  • Reflection