A class ____ describes what attributes its objects will have and what those objects will be able to do.
A. profile
B. definition
C. interface
D. signature
Answer: B
Computer Science & Information Technology
You might also like to view...
Which of the following classes is deepest in the inheritance hierarchy?
a. basic_iostream b. basic_ofstream c. basic_ifstream d. basic_fstream
Computer Science & Information Technology
Select the false statement. The write function:
a. Creates unformatted data. b. Expects data type const char* as its first argument. c. Writes to files in hexadecimal format. d. Takes an argument of type size_t.
Computer Science & Information Technology