Suppose class Child is derived from class Parent that was in turn derived from class GrandParent. The class child is a___________ of GrandParent

a) Successor
b) Forebearer
c) Ancestor
d) Descendant
e) Indirect descendant


d) Descendant

Part e) deserves honorable mention. The meaning approximates d) but the term isn’t used.

Computer Science & Information Technology

You might also like to view...

What does the following code print out?

dim example As String = “VB_Programming” Console.Write(example.Substring( 3, 5 ) a) _Pr b) _Prog c) Pro d) Progr

Computer Science & Information Technology

Which tag is used to force the browser to display the next text or element on a new line?

a. b.

c.
d.

Computer Science & Information Technology

Which of the following terms is another name for a graphics card?

A) video card B) display adapter C) monitor card D) video driver

Computer Science & Information Technology

Greater Than or Equal To is an example of a(n) ________ filter

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

Computer Science & Information Technology