單項(xiàng)選擇題在C#類(lèi)中,使用()關(guān)鍵字來(lái)設(shè)置只讀屬性。

A.get
B.let
C.set
D.is


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在C#程序中,如果類(lèi)B要繼承類(lèi)A,類(lèi)B正確的定義為()。

A.public class B inherit A
B.public class B :: A
C.public class B : A
D.public class B from A

2.單項(xiàng)選擇題C#類(lèi)中,()。

A.允許有多個(gè)相同名稱(chēng)的構(gòu)造函數(shù)
B.允許有多個(gè)不相同名稱(chēng)的構(gòu)造函數(shù)
C.至少要有一個(gè)構(gòu)造函數(shù)
D.只能有一個(gè)構(gòu)造函數(shù)