Wiki

Changes between Initial Version and Version 1 of Properties

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Properties

    v1 v1  
     1= Properties = 
     2 
     3== Introduction == 
     4 
     5to-do 
     6 
     7== Compared to Methods == 
     8 
     9 * Methods cannot take parameters. 
     10 * In practice, methods are not systematically enumerated and invoked. 
     11 * Methods may perform substantial calculations and/or I/O. 
     12 * Methods are about actions and computations; properties are about inspection or characteristics. 
     13 
     14== See also == 
     15 
     16 * LanguageTopics