C# ( as well as java ) has single inheritance. why? It's simpler to
implement the compiler and a lot of people thinks that multime inheritance
is not needed. if you look into google you will find the arguments both
tendences give.
In C# you can have a class implementing multiples interfaces, this give you
some of the features expected from multiple inheritance. you can also use
one or more design patterns ( facade, adapter, etc ) to help you .
Hope this help,
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.