publicclassTest {}Whatistheprototypeofthedefaultconstructor?()

13 查阅

A.Test()

B.Test(void)

C.publicTest()

D.publicTest(void)

E.publicvoidTest()

参考答案:

参考CThecorrectanswertothisquestionisC.Thedefaultconstructoralwaystakesthesameaccessoftheclass.Inthiscase,theclassispublicandsodoesthedefaultconstructor.

计算机考试