I am using inheritance in a pretty standard exercise here.

I have a Card class and then a few classes that extend the Card class of different Card Types.

I however have a different type of...