Answer Posted / reejusri
Mixin is a class that does not implement any method but are
in fact has only pure virtual methods. The implementor
decides the logic for these methods.
The term mixin were originally explored in the Lisp
language In C++, the term has been used to describe classes
in a particular (multiple) inheritance arrangement:
As superclasses of a single class that themselves have a
common virtual base
class .
We would like to specify an extension without pre-
determining what exactly it can extend. This is equivalent
to specifying a subclass while leaving its superclass as a
parameter to be determined later. The benefit is that a
single class can be used to express an incremental
extension, valid for a variety of classes.
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What are the advantages of polymorphism?
What is class in oop with example?
What is new keyword in oops?
What is encapsulation in oops?
How to improve object oriented design skills?
What polymorphism means?
What is property in oops?
What is balance factor?
What is difference between oop and pop?
what is difference between class template and template class?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
write a program that takes input in digits and display the result in words from 1 to 1000
Why do we use oops?
Why is static class not inherited?
which feature are not hold visual basic of oop?