類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
A.internal
B.protected
C.private
D.public
E.internal protected
接口IMyInterface中只包含一個(gè)屬性MyName.該屬性滿足:
公有
可讀可寫
字符串類刑
則該接口的定義應(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{};}
A.[Bits]
B.[Tags]
C.[Int32]
D.[Flags]
A.GetHashCode
B.Typeof
C.Parse
D.ToString
最新試題
在C#WinForms程序中,以下不屬于Label屬性的一項(xiàng)是()
下列()對(duì)象可用于DataSet中填充數(shù)據(jù)以及將修改后的數(shù)據(jù)更新至數(shù)據(jù)庫(kù)。
下列關(guān)于數(shù)據(jù)集DataSet的說(shuō)法,錯(cuò)誤的是()
在ADO.NET中,Command對(duì)象用于執(zhí)行SQL命令,如果需要得到多行多列的查詢結(jié)果,則需要使用該對(duì)象的()方法。
在C#開發(fā)的Windows應(yīng)用程序中,下列能夠把Form窗體顯示為模式窗體對(duì)話框的是()
以下是TextBox控件常用事件的是()
在WinForms高級(jí)控件中,使用工具條控件可以創(chuàng)建功能非常強(qiáng)大的工具欄,工具欄上可以包含以下控件中除了()控件。
在C#語(yǔ)言開發(fā)的WinForms程序中,當(dāng)消息框的返回值時(shí),可以使用()類型的變量直接接收。
在WinForm窗體中,可以存儲(chǔ)多張圖像資源的控件是()
在WinForm窗體中,列表框(LisBox)控件的()屬性用于設(shè)置一個(gè)值,該值決定ListBox 是否支持選擇多項(xiàng)。