Which statements concerning the relationships between the fo

题目内容(请给出正确答案)
多选题
Which statements concerning the relationships between the following classes are true?()   class Foo {  int num;   Baz comp = new Baz();   }   class Bar {  boolean flag;   }   class Baz extends Foo {   Bar thing = new Bar();   double limit;   }
A

A Bar is a Baz.

B

A Foo has a Bar.

C

A Baz is a Foo.

D

A Foo is a Baz.

E

A Baz has a Bar.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题