Every member of the File class is static-meaning methods are called ____.
A. using the static keyword
B. with the file name
C. with an object name
D. with the class name
Answer: D
Computer Science & Information Technology
You might also like to view...
Many people are now using the Web not simply to download content, but to build communities and upload and share content they have created. This trend has been given the name
a. Persistent online reality b. Online networking c. Web 2.0 d. Interactive hypermedia e. Virtual reality
Computer Science & Information Technology
The function prototype for a correctly-written copy constructor for a class called Bar might look like this:
A. Bar( ); B. Bar( Bar ap ); C. void Bar( Bar & ap ); D. Bar( const Bar & ap );
Computer Science & Information Technology