Topic: String不能upcasting为Object吗?

  Print this page

1.String不能upcasting为Object吗? Copy to clipboard
Posted by: Watson
Posted on: 2004-11-23 08:39

类似的好像都不行。Double等。

2.Re:String不能upcasting为Object吗? [Re: Watson] Copy to clipboard
Posted by: zcjl
Posted on: 2004-11-23 17:31


public class Test {

public static void main(String[] args) {
Test test = new Test();
prtestoc.print("nihaome?");
}

public void print(Object obj) {
System.out.println(obj);
}
}


这就是一个upcasting的例子啊,怎么叫做不行呢?
也许你怀疑的是:这里System.out.println(obj);打印的不应该是nihaome?,而应该是类似于Test@7d772e的一个结果?
如果跟我假设的相同的话,建议你看一下关于方法覆盖和重写的资料


   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