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