Answer Posted / reeju srivastava
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 ? | 3 Yes | 19 No |
Post New Answer View All Answers
what is different between oops and c++
Is html an oop?
What is the difference between procedural programming and oops?
What is object-oriented programming? Webopedia definition
What is encapsulation in simple terms?
What is difference between polymorphism and inheritance?
What are oops functions?
Can we override main method?
hi all..i want to know oops concepts clearly can any1 explain??
What causes polymorphism?
What is oops with example?
What is multilevel inheritance explain with example?
Write a program to reverse a string using recursive function?
What does it mean when someone says I oop?
What is abstract class in oops?