Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 OO question.
jam





发贴: 79
积分: 30
于 2003-06-17 16:30 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
class A {
int i = 1;
int f() {
return i;
}
static char g() {
return 'A';
}
}

class B extends A {
int i = 2;
int f() {
return -i; // ----- -i not -1 , sorry
}
static char g() {
return 'B';
}
}

public class Test {
public static void main(String args[]) {
B b = new B();
A a = (A) b;
System.out.println(a.i); // 1 ------------ can use ? to explain
System.out.println(a.f()); // -2 ------------ can use 'polymorphism' to explain
System.out.println(a.g()); // A ------------ can use ? to explain
System.out.println(A.g()); // A ------------- can use 'static' to explain
}
}

I had been post before. I was uncertain of reason.


jam edited on 2003-06-17 18:44


话题树型展开
人气 标题 作者 字数 发贴时间
3397 OO question. jam 672 2003-06-17 16:30
2576 Re:OO question. qindf 35 2003-06-17 17:23
2693 Re:OO question. samx 64 2003-06-17 18:06
2602 Re:OO question. jam 135 2003-06-17 18:45
2948 Re:OO question. archonLing 118 2003-06-18 09:27

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923