赞
踩
例子:
分析:这场景中有两个变化的维度:品牌,类型。
package com.lan.bridge; //品牌 public interface Brand { void info(); }
package com.lan.bridge