I am trying to use a std::vector to store different subclasses of Card. I am receiving the error:
\'Card\': Cannot Instantiate abstract class
I have this inter