InterviewSolution
Saved Bookmarks
| 1. |
Explain How Mixins Is Useful? |
|
Answer» Mixins enable EMBEDDING all the PROPERTIES of a CLASS into another class by INCLUDING the class name as one of its properties. It is just like variables but for whole CLASSES. Mixins enable embedding all the properties of a class into another class by including the class name as one of its properties. It is just like variables but for whole classes. |
|