@article {120,
	title = {Mixin-Based Programming in C++: A solution to the constructor problem},
	journal = {Dr. Dobb{\textquoteright}s Journal},
	year = {2001},
	month = {01/2001},
	pages = {111-112},
	abstract = {A mixin is a fragment of a class that is intended to be composed with other classes or mixins. Our authors present a solution to the constructor problem in parameterized inheritance-based mixin programming in C++.},
	url = {http://www.drdobbs.com/cpp/184404445},
	author = {Ulrich, Eisenecker and Blinn, Frank and Krzysztof Czarnecki}
}