Objects have the same relationship to classes as ____ do to C++ built-in data types.

A. constants
B. variables
C. instances
D. cases

Answer: B

Computer Science & Information Technology

You might also like to view...

What is the value of the following?

sqrt(sqrt(pow(2,4))); a. 1 b. 2 c. 4 d. 16

Computer Science & Information Technology

It is a UML convention to denote the name of an abstract class in ________.

a. bold. b. italics. c. a diamond. d. there is no convention of the UML to denote abstract classes—they are listed just as any other class.

Computer Science & Information Technology