

MCQOPTIONS
Saved Bookmarks
1. |
Which variables are created when an object is created with the use of the keyword 'new' and destroyed when the object is destroyed? |
A. | Local variables |
B. | Instance variables |
C. | Class Variables |
D. | Static variables |
Answer» C. Class Variables | |