ThesaHelp: references sa-sz
Topic: top-down vs. bottom-up design
Topic: programming by sequential implementation
Topic: data-driven design
Topic: implementation of Thesa data objects
Topic: abstract data type
Group: object-oriented programming
Topic: stepwise refinement
Topic: taxonomy
Topic: classification
Topic: type conversion
Topic: data types in Thesa
| |
Reference
Stroustrup, B.,
"What is object-oriented programming?",
IEEE Software, pp. 10-20, May 1989.
Google
Quotations
11 ;;Quote: original programming paradigm was decide on procedures and find the best algorithms
| 11 ;;Quote: programming by data organization: decide on modules and partition program to hide data in modules
| 12 ;;Quote: programming by abstract data types: decide on types and define a full set of operations for each type
| 13 ;;Quote: object-oriented programming: decide on classes; provide a full set of operations for each class; sub-classes will inherit these operations
| 13+;;Quote: object-oriented programming distinguishes general properties of a class from specific properties of an instance
| 16 ;;Quote: coercions added to C++ because of natural mappings and use of mixed-mode arithmetic in numerical work
|
Related Topics
ThesaHelp: references sa-sz (237 items)
Topic: top-down vs. bottom-up design (30 items)
Topic: programming by sequential implementation (26 items)
Topic: data-driven design (41 items)
Topic: implementation of Thesa data objects (27 items)
Topic: abstract data type (64 items)
Group: object-oriented programming (26 topics, 814 quotes)
Topic: stepwise refinement (25 items)
Topic: taxonomy (16 items)
Topic: classification (64 items)
Topic: type conversion (33 items)
Topic: data types in Thesa (92 items)
|