Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie to .NET trying inheritance
Message
General information
Forum:
ASP.NET
Category:
Class design
Environment versions
Environment:
VB 8.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01160344
Message ID:
01160426
Views:
7
>>Hya.
>>
>>I've created an abastract base class and now I'm subclassing it.
>>It's all great, but one thing I'm missing ... when looking to the subclassed class, how do I know a method has code inherited from the parent class? In VFP we get an "Inherited from..." and with the right tool we can even see the code. (CodeMine lets me do it)
>>Sorry if this is a silly question, but I expect I will flood this place with them from now on.
>>
>
>Intellisense is your friend <s>...
>
>You can use intellisense. When you type the . all method signatures pop up. For base class methods use base. (I think that's what VB uses too). The description will show you the originating class name as well...
>
>Not as obvious as the VFP button, but truth is that in most cases you shouldn't have to know what or if there's even a base implementation. That's a basic principle of encapsulation after all <s>...
>
>+++ Rick ---

Thanks Rick, it makes all sense.

Hope you are having good winds up there. I haven't been able to windsurf for a while.

Best.
Ivan
Previous
Reply
Map
View

Click here to load this message in the networking platform