Whenever you find yourself programming the same type of behavior more than once, build a(n) ____ method with ____ parameters.

A. generic
B. instance
C. specific
D. global


Answer: A

Computer Science & Information Technology

You might also like to view...

________ protects authors of original works, including text, art, clip art, photographs, and music

A) The ownership law B) A fair use guideline C) Information guidelines D) Copyright law

Computer Science & Information Technology

A(n) ________ SmartArt diagram shows how parts relate to a whole

Fill in the blank(s) with correct word

Computer Science & Information Technology

If your program recovers from an exception, you can use the retry statement to repeat the execution of an entire begin/end code block.

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

Computer Science & Information Technology

?The _____ looptests the condition to continue the loop right after the latest command block is run.

A. ?do/while B. ?while C. ?for D. ?forEach

Computer Science & Information Technology