MCQOPTIONS
Saved Bookmarks
| 1. |
In Java, you can pass __ variables from one constructor to another overloaded constructor. |
| A. | local variables |
| B. | static variables |
| C. | non-static variables |
| D. | local and static variables |
| Answer» E. | |