

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