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