摘要: class Book { int page=500; String author="Sam";} class ITBook extends Book { int page=600; String author="Gates";} class JavaBook extends ITBook { // int page=900; String author="Eckel";} publi... 阅读全文
posted @ 2004-06-23 22:29 Johnny 阅读(2724) 评论(5) 推荐(0)
摘要: abstract class Glyph { abstract void draw(); Glyph() { System.out.println("Glyph() before draw()"); draw(); System.out.println("Glyph() after draw()"); }} class RoundGlyph01 extends Glyph ... 阅读全文
posted @ 2004-06-23 22:28 Johnny 阅读(622) 评论(2) 推荐(0)
摘要: 我下载了FreeDemo 1.10 版本,但只有30天试用,请问谁有注册码?如何注册? 阅读全文
posted @ 2004-06-23 11:01 Johnny 阅读(570) 评论(2) 推荐(0)