ThesaHelp: references t-z
Topic: abstraction in programming language
Topic: direct manipulation for a UserInterface
Topic: object-oriented fields
Topic: object-oriented prototypes
Topic: managing shared memory
Topic: initialization of data
Topic: object-oriented objects
| |
Reference
Taivalsaari, A.,
"A critical view of inheritance and reusability in object-oriented programming", Ph.D. thesis, University of Jyvaskyta, Finland, November 1993.
Google
Other Reference
ftp://cs.uta.fi/pub/atps
Quotations
181 ;;Quote: instead of abstraction, programming should be more concrete with independent, directly manipulated, self-sufficient objects
| 181 ;;Quote: a Kevo object shows all its properties; allows objects to be manipulated as individuals; use virtual copying to reduce memory consumption
| 186 ;;Quote: a Kevo object defines a clone operation to duplicate the object, and a new operation to create an initialized object. The programmer selects which variables to duplicate or initialize
| 186+;;Quote: Kevo's 'new' operator solves the problem of reserving a prototypical instance
| 190 ;;Quote: Kevo automatically maintains clone families for groupwise modification of prototypical objects; based on object derivation; e.g., ADDS* to add properties to a family
|
Related Topics
ThesaHelp: references t-z (309 items)
Topic: abstraction in programming language (47 items)
Topic: direct manipulation for a UserInterface (56 items)
Topic: object-oriented fields (28 items)
Topic: object-oriented prototypes (39 items)
Topic: managing shared memory (74 items)
Topic: initialization of data (42 items)
Topic: object-oriented objects (36 items)
|