Difference between revisions of "OOP Class8"

esse quam videri
Jump to: navigation, search
(Windows forms)
Line 12: Line 12:
  
 
Events
 
Events
:events from a windows form or web page are handled by event handlers. Event Handlers
+
:events from a windows form or web page are handled by event handlers. Events are raised when a user interacts with interface elements and handled by the event handlers.
  
  
Line 19: Line 19:
 
===Examaple of event handlers and classes===
 
===Examaple of event handlers and classes===
 
http://iam.colum.edu/oop/MotorvehicleRace.zip
 
http://iam.colum.edu/oop/MotorvehicleRace.zip
 
 
  
 
==Home Work==
 
==Home Work==

Revision as of 18:47, 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. Events are raised when a user interacts with interface elements and handled by the 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.