Explain what is ember.mixin class ?
Ember.mixin class can create objects, whose functions and properties can be shared among other instances and classes. This will help to share behaviour between objects as well as design objects.