MCQOPTIONS
Saved Bookmarks
| 1. |
How are automatic variables different from the instance variables? |
| A. | Automatic variables are initialized automatically but instances are not |
| B. | Automatic variables are given zero values initially and not instances |
| C. | Instance variables have to be initialized explicitly and automatic implicitly |
| D. | Instance variables are initialized implicitly while automatic are not |
| Answer» E. | |