Mixin-Based Programming in C++: A solution to the constructor problem

TitleMixin-Based Programming in C++: A solution to the constructor problem
Publication TypeJournal Article
Year of Publication2001
AuthorsEisenecker, U., F. Blinn, and K. Czarnecki
JournalDr. Dobb's Journal
Pagination111-112
Date Published01/2001
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++.

URLhttp://www.drdobbs.com/cpp/184404445