Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inherit a class from a MMBusiness inherited class.
Message
From
09/03/2004 09:48:48
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00884365
Message ID:
00884414
Views:
10
>I want to design a class like this below;
>
>ABusiness : MMBusiness > Person : ABusiness > VIPerson : Person


I assume you mean that you want something like this:
public class ABusiness : MMBusiness
{
   // .....
}

public class Person : ABusiness
{
  // ......
}

public class VIPerson : Person
{
  // ......
}
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform