單項(xiàng)選擇題在C#程序中,使用關(guān)鍵字()來定義靜態(tài)成員。

A.malloc
B.class
C.static
D.private


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在.NET中,()類提供了操作字符串的方法。

A.System.Threading
B.System.IO
C.System.Collections
D.System.String

3.單項(xiàng)選擇題在C#程序中,如果類B要繼承類A,類B正確的定義為()。

A.public class B inherit A
B.public class B :: A
C.public class B : A
D.public class B from A

4.單項(xiàng)選擇題C#類中,()。

A.允許有多個(gè)相同名稱的構(gòu)造函數(shù)
B.允許有多個(gè)不相同名稱的構(gòu)造函數(shù)
C.至少要有一個(gè)構(gòu)造函數(shù)
D.只能有一個(gè)構(gòu)造函數(shù)