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
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).
What is polymorphism explain?
What is the point of oop?
What is abstraction with example?
What are classes oop?
How to call a non virtual function in the derived class by using base class pointer
What is solid in oops?
What causes polymorphism?
What is meant by oops concept?
What is byval and byref? What are differences between them?
Explain the advantages of inheritance.
to find out the minimum of two integer number of two different classes using friend function
What is polymorphism in oop example?
Is data hiding and abstraction same?
What is the benefit of oop?