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 this pointer in oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Can we define a class within the interface?
What is use of overloading?
What is ambiguity in inheritance?
Explain the concepts involved in Object Oriented programming.
2. Give the different notations for the class.\
what type of question are asked in thoughtworks pair programming round ?
What is multilevel inheritance?
what is different between oops and c++
What is coupling in oop?
Can abstract class have normal methods?
Who invented oop?
What is object in oops?
Which type does string inherit from?