单项选择题
A.CommandType.Text B.CommandType.Procedure C.CommandType.CommandText D.CommandType.StoredProcedure
关于使用Directory和DirectoryInfo类获取子目录的正确描述()。A.Directory.Ge...
多项选择题关于使用Directory和DirectoryInfo类获取子目录的正确描述()。
A.Directory.GetDirectories返回一个目录数组 B.DirectoryInfo.GetDirectories返回一个目录数组 C.Directory.GetDirectories返回一个字符串数组 D.DirectoryInfo.GetDirectories返回一个字符串数组
下面的代码结构表示的是对象的为()。 A.公共属性B.只写属性C.只读属性D.可变属性
下面的代码结构表示的是对象的为()。
A.公共属性 B.只写属性 C.只读属性 D.可变属性
以下语句实现的是面向对象的()。 Public Class CustomerInfo Inherits Per...
以下语句实现的是面向对象的()。 Public Class CustomerInfo Inherits PersonInfo
A.继承 B.封装 C.接口 D.多态