Leaf.java
上传用户:hensond
上传日期:2021-12-27
资源大小:817k
文件大小:0k
- package com.company.section4;
- /**
- * @author cbf4Life cbf4life@126.com
- * I'm glad to share my knowledge with you all.
- */
- public class Leaf extends Component {
- /*
- * 可以覆写父类方法
- * public void doSomething(){
- *
- * }
- */
- }