接口适配器模式
摘要:
package com.life.design.adaper.interfaceadapter; public interface Interface4 { public void m1(); public void m2(); public void m3(); public void m4(); 阅读全文
posted @ 2022-04-19 20:36 金满仓 阅读(30) 评论(0) 推荐(0)
posted @ 2022-04-19 20:36 金满仓 阅读(30) 评论(0) 推荐(0)
posted @ 2022-04-19 20:32 金满仓 阅读(33) 评论(0) 推荐(0)
posted @ 2022-04-19 20:25 金满仓 阅读(22) 评论(0) 推荐(0)