What is a mixin, and why are they useful?

后端 未结 16 2352
無奈伤痛
無奈伤痛 2020-11-22 00:18

In \"Programming Python\", Mark Lutz mentions \"mixins\". I\'m from a C/C++/C# background and I have not heard the term before. What is a mixin?

Reading between the

16条回答
  •  春和景丽
    2020-11-22 01:07

    I read that you have a c# background. So a good starting point might be a mixin implementation for .NET.

    You might want to check out the codeplex project at http://remix.codeplex.com/

    Watch the lang.net Symposium link to get an overview. There is still more to come on documentation on codeplex page.

    regards Stefan

提交回复
热议问题