Difference between revisions of "OOP Class8"

esse quam videri
Jump to: navigation, search
Line 12: Line 12:
  
 
Events
 
Events
 +
:events from a windows form or web page are handled by event handlers. Event Handlers
  
 +
 +
http://www.csharphelp.com/archives/archive253.html
 +
 +
===Examaple of event handlers and classes===
 
http://iam.colum.edu/oop/MotorvehicleRace.zip
 
http://iam.colum.edu/oop/MotorvehicleRace.zip
  

Revision as of 18:35, 6 November 2007



Motorvehicle Diagram

Oop Motorvehicle Diagram

http://iam.colum.edu/oop/browser/browser.aspx?f=/classsource/class7/Motor

Windows forms

Events

events from a windows form or web page are handled by event handlers. Event Handlers


http://www.csharphelp.com/archives/archive253.html

Examaple of event handlers and classes

http://iam.colum.edu/oop/MotorvehicleRace.zip


Home Work

use Pair Programming to make tests and classes from the following UML

OOP Students Classes Diagram

If you need to add any supporting methods or properties that are not on the diagram feel free.