Which of the following keywords is used in a class declaration if you DO NOT want to instantiate the class?
A) null B) void C) private D) empty
Missing.
nulland voidare not valid keywords in the class declaration, is emptynot a keyword, and privatedoes not interfere with creating an instance.
Question about a trick?
Edit
, , , , - ( ).