public class Test { } June 6, 2022 by admin โช Choose the correct option. public class Test { } What is the prototype of the default constructor?A. Test()B. Test(void)C. public Test( )D. public Test( void) Submit Answer