i'm using Visio that comes with VS.NET 2003..(Visio Enterprise Architect SR1? if i'm not wrong)

want to ask how to make an Override Function?

since i'm able to make an Abstract Class that if i do Generate Code (VB), it
would have
ex: Public MustInherit Class ClassA
public MustOverride Function MethodA
public MustOverride Function MethodB

but i'm not able to figure it out how the Derived Class from ClassA can have
Public Overrides Function MethodA
Public Overrides Function MethodB -> if i choose Generate Code

hope u understand what i mean

PS: not sure if i post in right forum..

thx,
erick