判斷題創(chuàng)建派生類時,可以通過Inherits指定要繼承的基類,通過NotInheritable禁止某個類稱為基類,通過MustInherit指定“抽象類”。

您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題包含在DataSet集合中的集合是()。

A.Rows集合
B.Columns集合
C.Tables集合
D.Parameters集合

3.單項選擇題使用Command對象進(jìn)行數(shù)據(jù)操作時,默認(rèn)情況下CommandType屬性為()。

A.CommandType.Text
B.CommandType.Procedure
C.CommandType.CommandText
D.CommandType.StoredProcedure

4.多項選擇題關(guān)于使用Directory和DirectoryInfo類獲取子目錄的正確描述()。

A.Directory.GetDirectories返回一個目錄數(shù)組
B.DirectoryInfo.GetDirectories返回一個目錄數(shù)組
C.Directory.GetDirectories返回一個字符串?dāng)?shù)組
D.DirectoryInfo.GetDirectories返回一個字符串?dāng)?shù)組

5.單項選擇題

下面的代碼結(jié)構(gòu)表示的是對象的為()。

A.公共屬性
B.只寫屬性
C.只讀屬性
D.可變屬性