Hi

I have create a class that inherits from an abstract class.
This class has a number of abstract methods in it.
I do not want to override all of the abstract methods.

Is there any way that I can get around this.

Cheers