Suppose we have a class called Fish, an object of the Fish class called salmon, a class function called eat, and we would like to pass the string “worm” into the eat function. The line of code for doing this would look like this:

A. Fish.eat( “worm” );
B. eat( “worm” );
C. salmon.eat( “worm” );
D. Fish.salmon( eat.worm );


C

Computer Science & Information Technology

You might also like to view...

What kind of PHP variable stores a single value?

a. array b. scalar c. dictionary d. index

Computer Science & Information Technology

Define each of the following terms.

a) thread b) multithreading c) runnable state d) timed waiting state e) preemptive scheduling f) Runnable interface g) producer/consumer relationship h) quantum

Computer Science & Information Technology

If you want a specific date-such as the original date that the presentation was created-to appear every time you view or print the presentation, click the ____________________ date option button in the Header and Footer dialog box.

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

Computer Science & Information Technology

You are in a laboratory at the top of a mountain 100 miles away from a base station. There are two links with the base station: a microwave link that transmits data at the speed of light and a wire link that transmits data at two thirds the speed of light. You decide to transmit a common data stream using both media for security. Because of the difference in transmission speeds, the base station receives the microwave data earlier than the cable data. Suppose you decide to perform some error processing on the microwave data before comparing with the cable data, how many operations can you perform if each operation takes 2 ns?

What will be an ideal response?

Computer Science & Information Technology