The set of an object's methods available to users is called its ____________________.

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


interface

Computer Science & Information Technology

You might also like to view...

Create a class SubstitutionCipher that implements the interface MessageEncoder, as described in the previous exercise. The constructor should have one parameter called shift. Define the method encode so that each letter is shifted by the value in shift. For example, if shift is 3, a will be replaced by d, b will be replaced by e, c will be replaced by f, and so on. Hint: You may wish to define a private method that shifts a single character.

What will be an ideal response?

Computer Science & Information Technology

Excel's Print Titles command enables you to specify rows and columns that will repeat on each printed page

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following File Transfer Protocol (FTP) portsis usedto communicate over a network??

A. ?Port 20 B. ?Port 21 C. ?Port 18 D. ?Port 35

Computer Science & Information Technology

An ADT’s operations are known as its ______.

a. axioms b. methods c. variables d. interfaces

Computer Science & Information Technology