Wiki

Changes between Version 2 and Version 3 of Properties

Show
Ignore:
Timestamp:
11/03/12 20:53:56 (11 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Properties

    v2 v3  
    33== Introduction == 
    44 
    5 Properties provide a way to get and set the values that characterize an object. A business application could have a Customer class with properties .name, .address and .id. A video game could have a GameObject class with properties .position, .velocity and .health. 
     5Properties provide a way to get and set the values that characterize an object. A business application could have a Customer class with properties .name, .address and .id. A video game could have a !GameObject class with properties .position, .velocity and .health. 
    66 
    77== Syntax ==