ObjectOrientedDesign
From Lost In Wonderlands
Revision as of 18:25, 23 April 2021 by Paul (Talk | contribs) (Created page with "= Object Oriented Design = '''NeXT Steps''' ''here everything has yet to be done !'' ''coming soon'' : '''''Everything You Always Wanted to Know on Subject... (But Were...")
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