摘要: 顶层设计: 抽象类 【 汽车模型】 package com.designer.designerdemo.template; /** * 基本方法 : start(), stop(), alarm(), engineBoom() * 模板方法 : run() */ public abstract cl 阅读全文
posted @ 2021-10-11 00:26 Peter.Jones 阅读(25) 评论(0) 推荐(0)