Describing an object in terms of behaviors without concern for how those behaviors are actually implemented is called ________.

a) information hiding
b) data abstraction
c) method construction
d) property hiding


b) data abstraction

Computer Science & Information Technology

You might also like to view...

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

1. One reason for using functions is to break programs into a set of manageable units, or modules. 2. If a function has no return statement, the flow of control moves to the next function in the file when the closing brace of the function body is reached. 3. When you make a function call, the order of the arguments you send does not matter as long as the number of arguments matches the number of parameters the function has. 4. Although global variables can be useful, it is considered good programming practice to restrict your use of them. 5. Both function headers and function calls must list the data types of all data being passed to the function.

Computer Science & Information Technology

Color temperature is measured in ________

A) Fahrenheit B) Kelvin C) Celsius D) Rankine

Computer Science & Information Technology

A standard Internet mail account receives incoming messages on which of the following ports?

A. 80 B. 110 C. 143 D. 443

Computer Science & Information Technology

When you click item G in the accompanying figure, a list of _______________ is displayed.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology