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 DVI-D cable is generally used for which of the following computer functions?
A. Delivering audio only B. Delivering audio & video C. Delivering video only D. Delivering an analog signal
Computer Science & Information Technology
int [ ] anArray = new int[24]; For the above declaration, 25 cells are set aside for the array since the first element is referenced by index 0.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology