dragonwell
Programmer
I have run into something that confuses me. Maybe it is just a bad overall design, maybe not. Anyway, I have a class (my "base" class) that uses an internal "helper method" in one of it's public methods. I need for a derived class to call this inherited method as well, but when it does I want to be able to override the helper method in the derived class. So, in my derived class I want to be able to tell it "base.ExecuteMethod()" but have base uses the overridden version in the derived class instead of it's own helper method.
Does that make sense????
Should I try to post an example?
Thanks.
David
Does that make sense????
Should I try to post an example?
Thanks.
David