Section C 2022

From TRCCompSci - AQA Computer Science
Revision as of 09:22, 1 September 2021 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:

2022 - Breakthrough

2022 - Challenge

2022 - Lock

2022 - Card

2022 - ToolCard

2022 - DifficultyCard

2022 - CardCollection

2022 - Program

Question Help

  • Private vs Protected
  • Virtual & Override
  • About 'Inheritance' & Polymorphism'
  • About the use of 'this'
  • About the use of 'base'
  • Constructors
  • Static
  • Lists