A(n) __________ informs the compiler that a class will be declared later in the program.

a. static function
b. private data member
c. forward declaration
d. object conversion
e. None of these


c. forward declaration

Computer Science & Information Technology

You might also like to view...

A queue is a __________ data structure.

a) FOFI b) FIFO c) OFIF d) IFOF

Computer Science & Information Technology

Which is the correct way to check if the variable num contains the value 123,456,789?

a. num == 123456789; b. num = 123456789; c. num = parseInt(123456789); d. num is too big to check

Computer Science & Information Technology

When you link to a page anywhere within your local root folder, Dreamweaver creates an absolute link.

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

Computer Science & Information Technology

Conditional formatting

A) formats the condition of the worksheet in preparation for printing. B) tags a table element as a reference in a formula. C) calculates an aggregate for values in a range or database. D) highlights or emphasizes cells that meet certain conditions.

Computer Science & Information Technology