Difference between revisions of "Section C 2017"
(Created page with "You are advised to spend no more than 15 minutes on this section. Questions will refer to the Preliminary Material and the Skeleton Program, but will not require programming.") |
|||
Line 1: | Line 1: | ||
You are advised to spend no more than 15 minutes on this section. Questions will refer to the Preliminary Material and the Skeleton Program, but will not require programming. | You are advised to spend no more than 15 minutes on this section. Questions will refer to the Preliminary Material and the Skeleton Program, but will not require programming. | ||
+ | |||
+ | =Class Definitions= | ||
+ | [[Location]] | ||
+ | [[Simulation]] | ||
+ | [[Warren]] | ||
+ | [[Animal]] | ||
+ | [[Fox (Sub Class of Animal)]] | ||
+ | [[Rabbit (Sub Class of Animal)]] | ||
+ | |||
+ | =Main Program= |
Revision as of 20:50, 29 November 2016
You are advised to spend no more than 15 minutes on this section. Questions will refer to the Preliminary Material and the Skeleton Program, but will not require programming.
Class Definitions
Location Simulation Warren Animal Fox (Sub Class of Animal) Rabbit (Sub Class of Animal)