下面的类定义中,为静态数据成员初始化的行应当填入 。 class Test private : static int count; public : void Print( ) ; // 其他成员函数 ...... }; count=0;A.int test::B.intC.static int Test::D.static int
下面的类定义中,为静态数据成员初始化的行应当填入 。 class Test private : static int count; public : void Print( ) ; // 其他成员函数 ...... }; count=0;
A、int test::
B、int
C、static int Test::
D、static int
发布时间:2024-09-22 09:07:12