MCQOPTIONS
Saved Bookmarks
| 1. |
public class Test { } What is the prototype of the default constructor? |
| A. | Test( ) |
| B. | Test(void) |
| C. | public Test( ) |
| D. | public Test(void) |
| Answer» D. public Test(void) | |