Answer Posted / suman
is a class that provide certain functionality that other
class can inherit, but it is not meant to be a standalone
class.
Kind of an interface where soem members are predefined.
Pyhton and Ruby supports mixin. .Net does not.Can simulate
using Castle.DynamicProxy
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ambiguity in inheritance?
Prepare me a program for the animation of train
What is new keyword in oops?
Is data hiding and abstraction same?
What is abstraction encapsulation?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What does I oop mean?
What is polymorphism what is it for and how is it used?
class type to basic type conversion
Where You Can Use Interface in your Project
Why do we use oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is destructor give example?
What is the difference between inheritance and polymorphism?
What is the use of oops?