当前位置:首页
> Luz 第6564页
Luz 管理员
暂无介绍
89859 篇文章 33 次评论顺序存储方式插入和删除时效率太低,因此它不如链式存储方式好。
顺序存储方式插入和删除时效率太低,因此它不如链式存储方式好。 ~@[](2)答案:FALSE…
An interface can have static methods.
An interface can have static methods. ~@[](2)答案:FALSE…
When a class implements an interface, it can define some methods
When a class implements an interface, it can define some methods of the interface as needed, and leaves some untouched.…
在对不带头结点的链队列作出队操作时,不会改变头指针的值。
在对不带头结点的链队列作出队操作时,不会改变头指针的值。 ~@[](2)答案:FALSE…
An abstract class can have instances created using the construct
An abstract class can have instances created using the constructor of the abstract class. ~@[](2)答案:FALSE…
An abstract class can be extended.
An abstract class can be extended. ~@[](2)答案:TRUE…
An interface can extend from one or more interfaces.
An interface can extend from one or more interfaces. ~@[](2)答案:TRUE…
An interface can extend an abstract class.
An interface can extend an abstract class. ~@[](2)答案:FALSE…
A subclass of a nonabstract superclass cannot be abstract.
A subclass of a nonabstract superclass cannot be abstract. ~@[](2)答案:FALSE…
An abstract class can extend an interface.
An abstract class can extend an interface. ~@[](2)答案:FALSE…