A(n) ____________ is a function of a class which is often written to just return the value of a data member.
A. returner
B. obtainer
C. mini-function
D. accessor
D
Computer Science & Information Technology
You might also like to view...
Define two ways in which you might define the proximity among a group of objects.
Proximity is typically defined between a pair of objects.
Computer Science & Information Technology
Using layout managers ________.
a. provides the greatest level of control over a GUI’s appearance b. can be faster than creating a GUI with absolute positioning c. allows the programmer to specify the exact location of each GUI component with respect to the upper-left corner of the Container d. allows the programmer to specify the exact location of each GUI component with respect to the lower-left corner of the Container
Computer Science & Information Technology