先调用基类的show函数,输出this is Card!再调用子类的无参show函数,输出this is ICCard!最后输出show的参数,即Test ICCard!
按照调用方法的顺序输出。this is Card!this is ICCard!Test ICCard!