Mahesh Chand
What is a mixin class?
By Mahesh Chand in OOP/OOD on Jul 13 2006
  • Rajanikant Hawaldar
    Sep, 2022 11

    A mixin is a special kind of multiple inheritance. There are two main situations where mixins are used:
    You want to provide a lot of optional features for a class.
    You want to use one particular feature in a lot of different classes.

    • 0
  • Jul, 2006 13

    A class that provides some but not all of the implementation for a virtual base class is often called mixin. Derivation done just for the purpose of redefining the virtual functions in the base classes is often called mixin inheritance. Mixin classes typically don't share common bases..

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS