J
Joe
I have a base class with all abstract methods. I need to inherit from this
base class but the new class will have all static methods. Is there a way to
do this?
I tried using new but then it complains that the base method hasn't been
implemented.
Thanks,
Joe
base class but the new class will have all static methods. Is there a way to
do this?
I tried using new but then it complains that the base method hasn't been
implemented.
Thanks,
Joe