CSC270 Lecture Outline - November 4
King 19.4
-  Abstract data types
 -  comments, storage allocation
 -  classes, public/private
 -  constructors
 -  stack example
 -  calling functions defined in a class
 -  the special variable `this'
 -  I/O
 
Lecture 1: Simulation
Readings, Simulation section: 2.1 - 2.4
-  deterministic vs. stochastic
 -  static vs. dynamic
 -  Monte Carlo methods: integration, ray shooting
 -  Random walks
 
Lecture 2: 
Readings, Simulation section: 2.5, 2.6
-  Time driven vs. event driven
 -  simulation loops
 -  Elevator simulation
  
  -  PersonAppearance event
  
 -  ElevatorArrival event
  
 -  information available to controller