單項選擇題
以下類MyClass的屬性count屬于()屬性。
A.只讀
B.只寫
C.可讀寫
D.不可讀不可寫
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題在類的定義中,類的()描述了該類的對象的行為特征。
A.類名
B.方法
C.所屬的名字空間
D.私有域
2.單項選擇題Windows Form應用程序中,要求下壓按鈕控件Button1有以下特性:正常情況下,該按鈕是扁平的,當鼠標指針移動到它上面時,按鈕升高。那么,在程序中,屬性Button1.FlatStyle的值應設定為:()。
A.System.Windows.Forms.FlatStyle.Flat
B.System.Windows.Forms.FlatStyle.Popup
C.System.Windows.Forms.FlatStyle.Standard
D.System.Windows.Forms.FlatStyle.System