A.Test()
B.Test(void)
C.publicTest()
D.publicTest(void)
E.publicvoidTest()
正确答案:参考CThecorrectanswertothisquestionisC.Thedefaultconstructoralwaystakesthesameaccessoftheclass.Inthiscase,theclassispublicandsodoesthedefaultconstructor.

A.Test()
B.Test(void)
C.publicTest()
D.publicTest(void)
E.publicvoidTest()
正确答案:参考CThecorrectanswertothisquestionisC.Thedefaultconstructoralwaystakesthesameaccessoftheclass.Inthiscase,theclassispublicandsodoesthedefaultconstructor.