Using the protected keyword also gives a member:

a. public access.
b. package access.
c. private access.
d. block scope.

b. package access.

Computer Science & Information Technology

You might also like to view...

When the __________ of a variable is passed to a function, the indi-rection operator (*) may be used in the function to modify the __________ at that location in the caller’s memory.

a) address, address b) value, address c) value, value d) address, value

Computer Science & Information Technology

The identifiers you use for an array name must follow the same rules as identifiers for variables.

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

Computer Science & Information Technology