A.System Object
B.System Type
C.System Value
D.System Int32
您可能感興趣的試卷
你可能感興趣的試題
A.枚舉
B.結(jié)構(gòu)
C.接口
D.類(lèi)
類(lèi)MyClass定義如下:
現(xiàn)在需要添加一個(gè)類(lèi)構(gòu)造函數(shù)。下列選項(xiàng)中哪個(gè)是正確的?()
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中只包含一個(gè)屬性MyName.該屬性滿(mǎn)足:
公有
可讀可寫(xiě)
字符串類(lèi)刑
則該接口的定義應(yīng)為()
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{};}
最新試題
以下關(guān)于MessageBox.Show()方法中4個(gè)參數(shù),說(shuō)法正確的是()
在C#開(kāi)發(fā)的Windows應(yīng)用程序中,下列能夠把Form窗體顯示為模式窗體對(duì)話(huà)框的是()
在程序中創(chuàng)建一個(gè)DataSet對(duì)象ds和一個(gè)SqlDataAdapter對(duì)象dap,若要將數(shù)據(jù)庫(kù)中的Singer表的數(shù)據(jù)填充至ds對(duì)象的SingerList表中,則下列語(yǔ)句正確的是()
在WinForms中,已知在一個(gè)叫imgListBook的ImageList控件中有一張圖片,為了設(shè)置一個(gè)名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()
在Visual Studio集成開(kāi)發(fā)環(huán)境中有兩類(lèi)窗口,分別為浮動(dòng)窗口和固定窗口,下列不屬于浮動(dòng)窗口的是()
下列關(guān)于數(shù)據(jù)集DataSet的說(shuō)法,錯(cuò)誤的是()
在ADO.NET中,下列能夠提供與SQL Server數(shù)據(jù)庫(kù)連接的對(duì)象是()
以下哪些控件可以實(shí)現(xiàn)單選按鈕的分組()
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
在C#WinForms程序中,以下關(guān)于Timer控件說(shuō)法正確的是()