Group: data type
Topic: program module as encapsulation
Topic: object-oriented methods
Topic: global declarations and variables
Topic: declaration scope
| |
Reference
Bates, R.,
"Schizoid classes",
ACM Queue, September 2004, pp. 12-15.
Google
Quotations
12 ;;Quote: a type defines a set of values while a module groups related declarations; a module exists in exactly one instance
| 12+;;Quote: Java classes describe a type with its instance variables and a module with its class variables; confuses type with module
| 12 ;;Quote: a class method is not a method at all; it is a function, without a receiver
| 14 ;;Quote: Smalltalk accessed class variables and methods through the instance variable of the class' metaobject
|
Related Topics
Group: data type (34 topics, 730 quotes)
Topic: program module as encapsulation (28 items)
Topic: object-oriented methods (42 items)
Topic: global declarations and variables (33 items)
Topic: declaration scope (16 items)
|