C
Craig Buchanan
I have a class named "Generic" and a second class named "Specific" which
inherits from Generic. I have a Save method in the Generic class. I don't
have an override in the Specific class. If I call Specific.Save, is there a
way for the Generic class's logic to route back to methods of the Specific
class?
Thanks,
Craig Buchanan
inherits from Generic. I have a Save method in the Generic class. I don't
have an override in the Specific class. If I call Specific.Save, is there a
way for the Generic class's logic to route back to methods of the Specific
class?
Thanks,
Craig Buchanan