Which of the following does the C++ language not support?

a) classes
b) global functions
c) automatic garbage collection
d) support for object oriented programming
e) traditional programming techniques


C++ does not provide automatic garbage collection.

There are free and commercial garbage collection libraries for C++. “In
C++, you do not pay for what you do not use.”

Computer Science & Information Technology

You might also like to view...

You cannot use the == operator to compare the contents of __________.

a. objects b. strings c. integers d. Boolean values

Computer Science & Information Technology

A(n) ____________________ is an interface for connecting a hardware device, such as a disk drive or printer, or in networking, it's a data connection established for communication between hosts.

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

Computer Science & Information Technology

Which of the following DRP tests is typically done as the first step toward a more comprehensive testing?

A. Simulations B. Walk-throughs C. Full interruption D. Parallel testing E. Checklists

Computer Science & Information Technology

Which facet of securing access to network data makes data unusable to anyone except authorized users?

A. encryption B. authentication C. malware protection D. security devices

Computer Science & Information Technology