Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Subclass A Control
Message
From
07/04/2009 11:39:54
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01392835
Message ID:
01393636
Views:
48
>>>>>>In fact you never use a base class if you can help it. You inherit not cut and paste if you want to change/modify functionality.
>>>>>
>>>>>This seems contradictory. Can you explain?
>>>>
>>>>I don't think Bernard meant you should never use base classes. I think he meant if you want to change the functionality you should inherit rather than cut and paste. (Well, duh).
>>>
>>>He says don't use a base class, but to inherit. What will you inherit from? Unless I am missing something that doesn't make sense at all.
>>
>>What I think he meant is: "don't use a base class directly by adding code to it. Inherit from it and place your code in that subclass".
>
>Stupid .NET newbie question: can you even modify the base classes? In VFP you can't.

No. Extension methods can help tho......
Previous
Reply
Map
View

Click here to load this message in the networking platform