Difference between revisions of "Section C 2021"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "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, p...")
 
(Question Help)
 
(12 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
[[2021 - Hexgrid]]
 
[[2021 - Hexgrid]]
  
=Questions=
+
[[2021 - Program]]
* About 'private', 'protected' variables
+
 
 +
=Question Help=
 +
* [[2021 - Private vs Protected | Private vs Protected]]
 +
* [[2021 - Virtual and Override | Virtual & Override]]
 +
* About 'Inheritance' & Polymorphism'
 
* About the use of 'this'
 
* About the use of 'this'
* About constructors
+
* [[2021 - Base | Base]]
* About the use of 'static'
+
* [[2021 - Constructors | Constructors]]
* About LargeSettlement overriding the constructor of Settlement
+
* [[2021 - Static | Static]]
 
* About the use of 'ref' for reference parameters
 
* About the use of 'ref' for reference parameters
 +
* About the use of 'out'
 +
* [[2021 - Reflection | Reflection]]

Latest revision as of 15:54, 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:

2021 - Player

2021 - Piece

2021 - BarronPiece

2021 - LESSPiece

2021 - PBDSPiece

2021 - Tile

2021 - Hexgrid

2021 - Program

Question Help