• 2022-07-24
    Test类中合法的构造函数是()
    A: test()
    { }
    B: Test()
    { }
    C: void
    Test() { }
    D: private
    final Test() { }