Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inheritance Question
Message
General information
Forum:
ASP.NET
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00977571
Message ID:
00977604
Views:
29
>The sub routine I created in the base, 'MyBaseSub', does not appear in the
>inherited form.

In C# you have to define the method as "virtual" in VB.Net you have to define it as "Overridable".

This assume you want to override the method, i.e. put code in it in the subclass. If you just want to call it, the virtual/overrideable isn't necessary.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform