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) | |