ThesaHelp: references m-o
Group: object-oriented programming
Topic: separate a module's interface specification from its implementation
Topic: information hiding
Topic: generic operations and polymorphism
Topic: type inheritance as reuse
| |
Reference
Nicol, J.R., Wilkes, C.T., Manola, F.A.,
"Object orientation in heterogeneous distributed computing systems",
Computer, June 1993, pp. 57-67.
Google
Quotations
59 ;;Quote: object orientation is encapsulation + abstraction + polymorphism; groups object state and operations with information hiding
| 59+;;Quote: inclusion polymorphism--operations on a given type are applicable to all subtypes; via inheritance
|
Related Topics
ThesaHelp: references m-o (268 items)
Group: object-oriented programming (26 topics, 814 quotes)
Topic: separate a module's interface specification from its implementation (86 items)
Topic: information hiding (50 items)
Topic: generic operations and polymorphism (65 items)
Topic: type inheritance as reuse (27 items)
|