implements Twin design pattern #63, add credit and rephrase the comments
This commit is contained in:
@ -17,4 +17,8 @@ inheritance in java
|
||||
**Applicability:** Use the Twin idiom when
|
||||
|
||||
* to simulate multiple inheritance in a language that does not support this feature.
|
||||
* to avoid certain problems of multiple inheritance such as name clashes.
|
||||
* to avoid certain problems of multiple inheritance such as name clashes.
|
||||
|
||||
**Credits:**
|
||||
|
||||
* [Twin – A Design Pattern for Modeling Multiple Inheritance](http://www.ssw.uni-linz.ac.at/Research/Papers/Moe99/Paper.pdf)
|
Reference in New Issue
Block a user