Are you trying to imply the base class can set variables for the derived class? If so, no, you have to, after MyBase.Method() establish any private properties in the derived class, so the derived class then has to go above and beyond, so to speak.
Is that what you were asking?
Brian
|