MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is not allowed for data member declaration? |
| A. | int a; |
| B. | static int a; |
| C. | abstract a; |
| D. | Boolean a; |
| Answer» D. Boolean a; | |