Is there any way to NOT implement all of the methods of an interface in an inheriting class?
If you want an instantiable class, it is not possible. You may try to define an abstract class, though.
abstract