正在加载图片...
重新定义( Override)方法 从J2SE5.0开始在重新定义方法时,您可以 重新定义返回值的型态 public class bird i protected string namei public Bird(string name) this. name naime i public Bird get Copied return new Bird(name)i重新定义(Override)方法 • 从J2SE5.0开始在重新定义方法时,您可以 重新定义返回值的型态 public class Bird { protected String name; public Bird(String name) { this.name = name; } public Bird getCopied { return new Bird(name); } }
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有