-->
当前位置:首页 > Luz 第6564页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

队列和栈都是运算受限的线性表,只允许在表的两端进行运算。

Luz5年前 (2021-05-10)1580
队列和栈都是运算受限的线性表,只允许在表的两端进行运算。 ~@[](2)答案:FALSE…

顺序存储方式插入和删除时效率太低,因此它不如链式存储方式好。

Luz5年前 (2021-05-10)1481
顺序存储方式插入和删除时效率太低,因此它不如链式存储方式好。 ~@[](2)答案:FALSE…

An interface can have static methods.

Luz5年前 (2021-05-10)863
An interface can have static methods. ~@[](2)答案:FALSE…

When a class implements an interface, it can define some methods

Luz5年前 (2021-05-10)1307
When a class implements an interface, it can define some methods of the interface as needed, and leaves some untouched.…

在对不带头结点的链队列作出队操作时,不会改变头指针的值。

Luz5年前 (2021-05-10)1846
在对不带头结点的链队列作出队操作时,不会改变头指针的值。 ~@[](2)答案:FALSE…

An abstract class can have instances created using the construct

Luz5年前 (2021-05-10)851
An abstract class can have instances created using the constructor of the abstract class. ~@[](2)答案:FALSE…

An abstract class can be extended.

Luz5年前 (2021-05-10)842
An abstract class can be extended. ~@[](2)答案:TRUE…

An interface can extend from one or more interfaces.

Luz5年前 (2021-05-10)968
An interface can extend from one or more interfaces. ~@[](2)答案:TRUE…

An interface can extend an abstract class.

Luz5年前 (2021-05-10)905
An interface can extend an abstract class. ~@[](2)答案:FALSE…

A subclass of a nonabstract superclass cannot be abstract.

Luz5年前 (2021-05-10)858
A subclass of a nonabstract superclass cannot be abstract. ~@[](2)答案:FALSE…