A __________ of a class called myClass is another class whose methods call the methods of myClass.

a. consumer
b. servant
c. caller
d. client


d. client

Computer Science & Information Technology

You might also like to view...

A derived class is also called a

(a) sub class (b) super class (c) base class (d) all of the above

Computer Science & Information Technology

Characteristics that define a field, such as the length of the field and default values, are called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

All Access queries use ________ behind the scenes to extract data from tables

A) SQL statement B) Oracle statement C) Sybase statement D) Structured statement

Computer Science & Information Technology

Casting from a base to a derived class requires a(n) ____ to initialize the derived class members that aren’t in the base class.

a. destructor b. mutator c. operator d. constructor

Computer Science & Information Technology