1.

  public class Test { }What is the prototype of the default constructor?

A. Test( )
B. Test(void)
C. public Test( )
D. publicTest(void)
Answer» D. publicTest(void)


Discussion

No Comment Found