ObjectOrientedDesign
From Lost In Wonderlands
Contents
Object Oriented Design
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Subject... (But Were Afraid to Ask)
a collection of links of interest
See also
Object Oriented Design
- Get inspired form real world
- inheritance
- multi-inheritance
(so far only in C++ as I'am not sure if there are other programming languages that are implementing it)
- Delegation
- Composition
- Interface / protocol design
- Inheritance vs Composition