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
What is destructor example?
What causes polymorphism?
officer say me - i am offered to a smoking , then what can you say
write knight tour problem which is present in datastructure
How do you explain polymorphism?
What is pointer in oop?
What is the renewal class?
what is graphics
Are polymorphisms mutations?
What is and I oop mean?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why is object oriented programming so hard?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why do we use oops?
What is difference between multiple inheritance and multilevel inheritance?