0 votes
in JavaScript by

Explain what is ember.mixin class ?

1 Answer

0 votes
by

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.

...