Multiple Inheritance 'per se' is not supported by dotnet but you can achieve
a similar effect using Interfaces. You are allowed to 'implement' multiple
interfaces for a single class.
Where did you get this information from ? based on current CLR design I
would be amazed to see this. Also the framework would look quite different
if multiple inheritance were introduced.
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.