package main; public class ProductC implements Product { @Override public void show() { System.out.println("生产了产品C"); } }