ThesaHelp: references t-z
Topic: data types in Thesa
Topic: interface type
Topic: non-hierarchical classification and multiple classification
Topic: non-exclusive data type
Topic: weak vs. strong type checking
Topic: problem of classifying information
Topic: dynamic type checking
Topic: type inheritance as reuse
Topic: memory management by garbage collection
Topic: implementation of Thesa data objects
| |
Reference
Wolf, W.,
"A practical comparison of two object-oriented languages",
IEEE Software, September 1989, pp. 61-68.
Google
Quotations
63 ;;Quote: in object-oriented programming, multiple inheritance is very useful; if not provided, it is approximated
| 65 ;;Quote: a weakly-typed language such as Flavors allows an intuitive class structure
| 65+;;Quote: with a weakly-typed language, inconsistencies are not caught until run-time
| 65 ;;Quote: a strongly-typed language such as C++ distorts the original, intuitive class structure
| 66 ;;Quote: type inheritance describes common features while strong typing erects fire walls between types
| 66+;;Quote: programs written in weakly-typed, object-oriented languages must be redesigned for strongly-type languages
| 66 ;;Quote: drawback of garbage-collection is that its overhead appears only during long runs
| 67 ;;Quote: strong typing requires more work but catches more bugs early; makes programs more useful
|
Related Topics
ThesaHelp: references t-z (309 items)
Topic: data types in Thesa (92 items)
Topic: interface type (50 items)
Topic: non-hierarchical classification and multiple classification (16 items)
Topic: non-exclusive data type (16 items)
Topic: weak vs. strong type checking (39 items)
Topic: problem of classifying information (41 items)
Topic: dynamic type checking (43 items)
Topic: type inheritance as reuse (27 items)
Topic: memory management by garbage collection (113 items)
Topic: implementation of Thesa data objects (27 items)
|