我有一個Java接口的基本問題。Java接口類型基本問題
說,如果我有一個interface IA
和interface IB extends IA
現在,
class CK implements IB,
class CL implements IB,
class CM implements IB,
...等
void foo(IA iFace) {
// I know how to check if iFace is of type CK/CL/CM ...
// Is it possible to check if iFace is of type IB ?
}
希望我的問題是清楚的。
感謝您的回覆。
aaah。應該考慮一下。謝謝! – JohnH 2011-03-18 20:01:44