You can not have child classes selectively choose what to inherit from the parent class. The way to handle this is to have the child class override the interface functions you wish to ignore and leave them empty.
2 Likes