The _________ of a class are also called the public services or the public interface that the class provides to its clients.

a. public constructors.
b. public instance variables.
c. public methods.
d. All of the above.

c. public methods.

Computer Science & Information Technology

You might also like to view...

If a table has a field designated as the primary key field, an entry for the field is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following statements is true?

a) strings can be used in switch expressions, but string literals cannot be used in case labels. b) strings cannot be used in switch expressions, but string literals can be used in case labels. c) strings can be used in switch expressions, and string literals can be used in case labels. d) strings cannot be used in switch expressions, and string literals cannot be used in case labels.

Computer Science & Information Technology