CSC111 Lab 12 2011

From dftwiki3
Revision as of 09:42, 30 November 2011 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- <bluebox>This lab will have you play with classes and objects: the essence of ''Object Oriented Programming''!</bluebox> <br /> =Part 1: A Bus= <center>[[Image:CS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--D. Thiebaut 09:42, 30 November 2011 (EST)


This lab will have you play with classes and objects: the essence of Object Oriented Programming!


Part 1: A Bus

CSC111 bus.png


  • Using the example we did in class on Tuesday (see code below), create a new program that draws the bus shown above, and makes it disappear from the window by moving to the left.