The ____________ operator is used to dynamically allocate memory and construct an object; this operator returns a pointer to the object.

Fill in the blank(s) with the appropriate word(s).


new

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

a) All methods in an abstract class must be declared as abstract methods. b) Invoking a subclass-only method through a subclass variable is not allowed. c) If a superclass declares an abstract method, a subclass must implement that method. d) An object of a class that implements an interface may be thought of as an object of that interface type.

Computer Science & Information Technology

In a microkernel architecture, the kernel typically includes only a small number of services, such as ________; most other services, such as ________, execute outside of the kernel with a lower privilege level.

a) interprocess communication, low-level memory management b) networking, process management c) low-level memory management, file system management d) device management, networking

Computer Science & Information Technology

To select all of the artwork on one layer, click the ____________________ button.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What should be done if a system cannot boot from the hard drive?

A. Reinstall Windows B. Boot from the Windows setup DVD C. Run System File Checker D. Replace the hard drive

Computer Science & Information Technology