Which of the following is not a good example of a hierarchy likely to be modeled by inheritance?

a. Airplanes.
b. Geometric shapes.
c. Animals.
d. Prime numbers.


d. Prime numbers.

Computer Science & Information Technology

You might also like to view...

What is the effect of the following code fragment?

``` for ( int i = 0; i < MAX_SIZE; ++i ) list2[MAX_SIZE - i - 1] = list1[i]; ``` a. stores in list2 one less than each corresponding element of list1 b. stores in list2 the elements of list1 arranged in ascending order c. stores in list2 the elements of list1 arranged in descending order d. stores in list2 the reverse of list1

Computer Science & Information Technology

Which of the following functions calculates the total of a column or row of cells?

A. TOTAL B. SUM C. SUMCOL D. SUMROW

Computer Science & Information Technology

?_____, a human resource issue, is a possible cause of cost overruns in an organization.

A. ?Inadequate training B. ?Inaccurate demand forecast C. ?Poor monitoring of progress D. ?Unrealistic estimates

Computer Science & Information Technology

A(n) ________ is a part of a formula that never changes its value.

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

Computer Science & Information Technology