

MCQOPTIONS
Saved Bookmarks
1. |
Which keyword allows class members (methods and properties) to be used without needing to instantiate a new instance of the class? |
A. | protected |
B. | final |
C. | static |
D. | private |
Answer» D. private | |