Multiple Inheritance?

  • Thread starter Thread starter Joe Delphi
  • Start date Start date
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.
 
MS has stated they are working on it for future versions in previous MSDN TV
webcasts
 

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.

Ask a Question

Back
Top