What technique allows for the ability to write multiple versions of a method using the same method name?

A. overloading
B. interfacing
C. inheriting
D. implementation hiding


Answer: A

Computer Science & Information Technology

You might also like to view...

How many times is the fib method in Listing 18.2 invoked for fib(5)?

a. 14 b. 15 c. 25 d. 31 e. 32

Computer Science & Information Technology

There are many reliable reference guides to troubleshooting every possible network problem.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A ____ probe is a standard wireless device, such as a portable laptop computer, configured to act as a wireless probe.

A. desktop B. access point C. wireless device D. dedicated

Computer Science & Information Technology

In aswitchstatement, what immediately follows theswitchclause?

A. break clause B. alternativeExpression C. case clause D. selectorExpression

Computer Science & Information Technology