類MyClass沒有定義構(gòu)造函數(shù),如下所示。則C#編譯器提供的缺省實(shí)例構(gòu)造函數(shù)的簽名應(yīng)為()。
A.public MyClass(inti)
B.MyClass()
C.public MyClass()
D.public void MyClass()
您可能感興趣的試卷
你可能感興趣的試題
A.System Int16
B.System Int32
C.System Single
D.System Int64
A.System Object
B.System Type
C.System Value
D.System Int32
A.枚舉
B.結(jié)構(gòu)
C.接口
D.類
類MyClass定義如下:
現(xiàn)在需要添加一個(gè)類構(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
最新試題
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
在C#WinForm程序中,新建的窗體后臺(tái)cs代碼自動(dòng)繼承了()類。
在C#WinForm程序中,以下不能綁定DataGridView數(shù)據(jù)源的是()
在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()
在WinForms窗體控件組合框(ComboBox)的屬性中()屬性用于獲取當(dāng)前選中的項(xiàng)()
使用C#開發(fā)數(shù)據(jù)庫應(yīng)用程序,為了訪問和操作數(shù)據(jù)庫,ADO.Net提供了兩個(gè)重要的組件()
在WinForms窗體中,單選按鈕(RadioButton)控件的()屬性用于獲取或設(shè)置控件是否已選中。
在C#語言開發(fā)的WinForms程序中,當(dāng)消息框的返回值時(shí),可以使用()類型的變量直接接收。
在程序中創(chuàng)建一個(gè)DataSet對(duì)象ds和一個(gè)SqlDataAdapter對(duì)象dap,若要將數(shù)據(jù)庫中的Singer表的數(shù)據(jù)填充至ds對(duì)象的SingerList表中,則下列語句正確的是()
以下關(guān)于MessageBox.Show()方法中4個(gè)參數(shù),說法正確的是()