Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating user controls in .net
Message
De
17/04/2012 13:43:14
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Programmation orienté objet
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01541784
Message ID:
01541875
Vues:
38
There are two types of inheritance:

- Implementation: You inherit all the functionality. This is what you are talking about from VFP.
- Interface: You only inherit method signatures (so method names, parameters, return values). There is NO code in the parent class, only the signatures. You can do this in VFP too, but it isn't done very often, and then generally, only for rare cases with COM.

.Net supports both types of inheritance.


>Thank you for our explanation about hte case of WPF/Silverlight, but in the case of developing for windows of asp.net ic an inherits at least by code for an user control
>I said this because in VFP you not only inherits the appearance but the code too, i want to know if it is true in asp.net and windows case and if there is any sample code or article you can recommend me about this.
>Thank you again
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform