Changes between Initial Version and Version 1 of Properties
- Timestamp:
- 11/03/12 20:12:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Properties
v1 v1 1 = Properties = 2 3 == Introduction == 4 5 to-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