ThesaHelp: ACM references a-e
ThesaHelp: references c-d
Topic: object-oriented objects
Group: object-oriented programming
Topic: variable as function that accesses an object's value
Topic: object-oriented data types
Group: goals for a programming system
| |
Reference
Chin, R.S., Chanson, S.T.,
"Distributed object-based programming systems",
ACM Computing Surveys, 23, 1, pp. 91-124, March 1991.
Google
Notes
excellent survey
Quotations
91 ;;Quote: an object encapsulates private state information, operations that manipulate the data, and an optional thread of control
| 91+;;Quote: an object's data may only be examined or modified through its operations
| 92 ;;Quote: a class extends the notion of an abstract data type; it is a compile-time template for creating object instances; no state or operations
| 92 ;;Quote: a programming language is object oriented if it has inheritance and object based if it has objects
| 93 ;;Quote: a program should be abstract, structured, modular, concise, and verifiable
| 96 ;;Quote: fine-grain objects provide a uniform environment and consistent data model; but high overhead for object management and invocation
|
Related Topics
ThesaHelp: ACM references a-e (259 items)
ThesaHelp: references c-d (337 items)
Topic: object-oriented objects (36 items)
Group: object-oriented programming (26 topics, 814 quotes)
Topic: variable as function that accesses an object's value (21 items)
Topic: object-oriented data types (29 items)
Group: goals for a programming system (21 topics, 971 quotes)
|