單項選擇題在C#類中,使用()關鍵字來設置只讀屬性。

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

2.單項選擇題C#類中,()。

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