E
Ethan
Hello,
I have a requirement where base class has method (implemented) and
derived class shouldn't be able to override it.
However, the method needs to be invoked by a caller who creates an
instance of the derived class.
Is this possible?
I have a requirement where base class has method (implemented) and
derived class shouldn't be able to override it.
However, the method needs to be invoked by a caller who creates an
instance of the derived class.
Is this possible?