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 oops with example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is abstraction encapsulation?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why is there no multiple inheritance?
How do you answer polymorphism?
is there any choice in opting subjects like 4 out of 7
What is the diamond problem in inheritance?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
How do you define social class?
How do you achieve runtime polymorphism?
Is enum a class?
What is abstraction example?
What is overloading in oops?
What is the difference between encapsulation and polymorphism?