A class's ____ provides the information needed to use the class without revealing anything about its implementation..
A. value
B. definition
C. interface
D. hierarchy
Answer: C
You might also like to view...
IPSec uses certificates for identity verification.
Answer the following statement true (T) or false (F)
Which of the following requires you to assist police by appearing in court or producing evidence?
A. subpoena B. search warrant C. the 4th amendment D. de facto agent
How do you access the Word Options dialog box?
A) Click the Office Logo button in the top left corner of the screen. B) Click the question mark button in the top right corner of the screen. C) Click the maximize button in the top right corner of the screen. D) Click the Office Logo button in the top right corner of the screen.
A loop that iterates over an array of data can be split up into a number of smaller parallel loops in individual threads that can be scheduled in parallel when using ________ threading.
A. multi-process B. fine-grained C. hybrid D. coarse