What is a mixin class?

Answer Posted / sonali

A class that provides some but not all of the
implementation for a virtual base class is often called
mixin. Derivation done just for the purpose of redefining
the virtual functions in the base classes is often called
mixin inheritance. Mixin classes typically don't share
common bases..

Is This Answer Correct ?    7 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1671


what is the drawback of classical methods in oops?

2920


Is abstract thinking intelligence?

597


what is the sylabus for priliminaries?

1691


Who invented oop?

659






Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3846


What is destructor give example?

608


What is difference between multiple inheritance and multilevel inheritance?

603


What is inheritance in oop?

604


Can main method override?

585


Why polymorphism is used in oops?

585


What is oops?what is its use in software engineering?

557


What are properties in oop?

611


What are the 4 main oop principles?

685


What is the oops and benefits of oops programming?

555