标题:[求助]有关instance
只看楼主
cpp
Rank: 1
等 级:新手上路
帖 子:28
专家分:0
注 册:2004-9-3
 问题点数:0 回复次数:0 
[求助]有关instance
已知instanceof运算符的作用是决定一个实例在运行时刻的类型。
现有类shape,他的子类是soshape。
有如下代码:
soshape obj,
if( obj instanceof soshape )
{
    soshape object = ( soshape )obj;
    ……//do something with object;
}
这里表达式:obj instanceof soshape 是真值,为何后边的语句块中还用强制类型转换( soshape )obj,这是不是多此一举啊?
想听听众高手们的意见,由于小弟对instanceof运算符还不是很了解,如果高手们能对我做一下关于 instanceof 的解释,那就再好不过。
搜索更多相关主题的帖子: instance 
2005-01-29 12:57



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-11833-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.022862 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved