Suppose class Child is derived from class Parent was in turn derived from class GrandParent. The class Parent and GrandParent are the

a) Predecessor classes of class Child
b) Forebearer classes of class Child
c) Ancestor classes of class Child
d) Descendant classes of class Child
e) None of the above

c) Ancestor classes of class Child

Computer Science & Information Technology

You might also like to view...

SkyDrive is ________ with Office Web Apps, so users can create a simple document, spreadsheet, presentation, or notebook without purchasing Microsoft Office

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which method call does the method head Sub ModifyArray(ByVal a As Double()) represent? Assume that the array being passed (list) is already defined.

a) ModifyArray( double() list ) b) ModifyArray( double() : list ) c) ModifyArray( double list() ) d) ModifyArray( list )

Computer Science & Information Technology