|
-
Jul 18th, 2002, 01:22 PM
#1
Thread Starter
Lively Member
Inheritance
Is it possible, in VB.NET, to do multiple inheritance ? Like in C# :
[C#]
class Class_A { }
class Class_B { }
class Class_C: Class_A, Class_B { }
I've try in VB, but isn't working. How VB.NET couldn't support multiple inheritance if C# can ???
Thanks in advance guys...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|