Board index » Visual Studio » Multiple Inheritance?

Multiple Inheritance?

Visual Studio43
Does VB.NET support multiple inheritance?





JD


-
 

Re:Multiple Inheritance?

not currently as of 2003, but soon it will





"Joe Delphi" <delphi561@nospam.earthlink.net>wrote in message

Quote


Does VB.NET support multiple inheritance?





JD









-

Re:Multiple Inheritance?

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.





-

Re:Multiple Inheritance?

* "Brian Henry" <brianiupmsdn@newsgroups.nospam>scripsit:

Quote
not currently as of 2003, but soon it will



Sure? I doubt that MI will supported in near future ;-).



--

Herfried K. Wagner [MVP]

<URL:dotnet.mvps.org/>">dotnet.mvps.org/>

-

Re:Multiple Inheritance?

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.









"Brian Henry" <brianiupmsdn@newsgroups.nospam>wrote in message

Quote
not currently as of 2003, but soon it will





"Joe Delphi" <delphi561@nospam.earthlink.net>wrote in message

news:wysBc.8733$w07.643@newsread2.news.pas.earthlink.net...

>

>Does VB.NET support multiple inheritance?

>

>

>JD

>

>









-

Re:Multiple Inheritance?

MS has stated they are working on it for future versions in previous MSDN TV

webcasts





"Greg Young" <greg.young@planetbeach.com>wrote in message

Quote
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.









"Brian Henry" <brianiupmsdn@newsgroups.nospam>wrote in message

news:%23NKGWY0VEHA.712@TK2MSFTNGP11.phx.gbl...

>not currently as of 2003, but soon it will

>

>

>"Joe Delphi" <delphi561@nospam.earthlink.net>wrote in message

>news:wysBc.8733$w07.643@newsread2.news.pas.earthlink.net...

>>

>>Does VB.NET support multiple inheritance?

>>

>>

>>JD

>>

>>

>

>









-