To prevent a class from being instantiated, _____________________

a. don't use any modifiers on the constructor.
b. use the public modifier on the constructor.
c. use the private modifier on the constructor.
d. use the static modifier on the constructor.


c. use the private modifier on the constructor.

Computer Science & Information Technology

You might also like to view...

Selecting the ____ means selecting everything in the image outside of the current selection.

a. reverse b. obverse c. adverse d. inverse

Computer Science & Information Technology

To standardize worksheets, you can use a worksheet ________ with content and formatting as a model

A) trendline B) template C) chart D) consolidation

Computer Science & Information Technology

Which type of utility or service allows users to completely erase their mobile device if it is lost or stolen?

A. NFC B. Remote wipe C. LBS D. Bluetooth

Computer Science & Information Technology

To avoid logic errors, counter-controlled loops should be controlled using ________ variables.

a) int b) bool c) double d) decimal e) None of the above.

Computer Science & Information Technology