A.枚舉
B.結(jié)構(gòu)
C.接口
D.類
您可能感興趣的試卷
你可能感興趣的試題
類MyClass定義如下:
現(xiàn)在需要添加一個類構(gòu)造函數(shù)。下列選項中哪個是正確的?()
A.static MyClass(){……}
B.static MyClass(inti){……]
C.public static MyClass(){……}
D.public MyClass(){……}
A.System Base
B.System Type
C.System Int32
D.System Value
A.internal
B.protected
C.private
D.public
E.internal protected
接口IMyInterface中只包含一個屬性MyName.該屬性滿足:
公有
可讀可寫
字符串類刑
則該接口的定義應為()
A.interface MyInterface{string MyName{get;set;}}
B.interface MyInterface{int MyName{get;set;}}
C.interface MyInterface{string MyName{get{}set{}}
D.interface MyInterface{string MyName{get{};set{};}
A.[Bits]
B.[Tags]
C.[Int32]
D.[Flags]
最新試題
在WinForm窗體中,列表框(LisBox)控件的()屬性用于設置一個值,該值決定ListBox 是否支持選擇多項。
在WinForms程序中,如果要讓復選框控件默認選中,使用的屬性是()
在C#中,使用()關鍵字來導入命名空間。
在Windows應用程序中,MDI窗體的特點描述錯誤的是()
在WinForm窗體中,ComboBox有三種下拉樣式,其中不包括()
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
在DataSet 中,若修改某一DataRow 對象的任何一列的值,該行的DataRowState 屬性的值將變?yōu)椋ǎ?/p>
以下哪些控件可以實現(xiàn)單選按鈕的分組()
下列關于數(shù)據(jù)集DataSet的說法,錯誤的是()
以下關于Lable控件代碼描述正確的是()