Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating user controls in .net
Message
From
17/04/2012 13:43:14
 
 
To
17/04/2012 13:22:56
General information
Forum:
ASP.NET
Category:
Object Oriented Programming
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01541784
Message ID:
01541875
Views:
37
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform