MCQOPTIONS
Saved Bookmarks
| 1. |
Given a class named student, which of the following is a valid constructor declaration for the class? |
| A. | Student (student s) { } |
| B. | Student student ( ) { } |
| C. | Private final student ( ) { } |
| D. | Void student ( ) { } |
| Answer» B. Student student ( ) { } | |