A function that retrieves the value of a data member is called a:

a) modifier
b) accessor
c) constructor
d) default constructor


b) accessor

Computer Science & Information Technology

You might also like to view...

An empty table does not contain any fields.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ modes define how an object interacts with other objects.

a. Raster b. Filling c. Tonal d. Blending

Computer Science & Information Technology

?   Helena is studying functional programming, using the drawImages template shown in the accompanying figure as an example. She comes to you for help in learning the key features of functional programming. Helena has heard that every recursive function contains a base case that represents a stopping condition. In the drawImages template, you explain to her that the function would reach the base case when _____.

A. ?$imgCount < 0 B. ?$imgCount = 0 C. ?$imgCount - 1 > 0 D. ?$imgCount = ""?

Computer Science & Information Technology

UI stands for ____.

A. Unintended Interaction B. User Interface C. Usable Interaction D. User Intuition

Computer Science & Information Technology