Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inherit a class from a MMBusiness inherited class.
Message
De
09/03/2004 09:48:48
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00884365
Message ID:
00884414
Vues:
11
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform