單項選擇題下面不是面向?qū)ο蠹夹g(shù)特點的是()

A.模塊化
B.封裝
C.繼承性
D.多態(tài)性


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列表達式中合法的是()

A.(true&true)
B.(intmyInt=0>3)
C.floatmyFloat=40.0
D.booleanb=(boolean)99

2.單項選擇題下列標簽名中非法的是()

A.here
B._there
C.this
D.that

4.單項選擇題下面那個代表八進制數(shù)字()

A.ox12
B.320
C.o32
D.12

5.單項選擇題下面賦值非法的是()

A.longtest=012
B.shorts=10
C.intother=(int)true
D.doubled=1234.05