#include "Coin.h" Coin::Coin(int value, Currency currency) : Cash(value, currency) { }