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
Can bst contain duplicates?
What is polymorphism and types?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Can you inherit a private class?
officer say me - i am offered to a smoking , then what can you say
Which language is pure oop?
how to get the oracle certification? send me the answer
Why is abstraction used?
What is polymorphism in oops with example?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is abstraction oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is property in oops?
What is advantage of inheritance?