posted 18 years ago
the scenario is
I have a classA with some public methods (used by other composite classes), but I don't want those methods get overide in classB when classB extends classA.
is that possible? maybe I need to re-design, if so, how?
many thanks
tony