The idea of creating a method to perform some complex behavior, in order to isolate the details of how that behavior works, is known as ____.
A. iteration
B. orientation
C. abstraction
D. permutation
Answer: C
Computer Science & Information Technology
You might also like to view...
Twitter is essentially a ________ service
A) text-only B) multimedia C) text and photo D) text, photo, video, and audio content
Computer Science & Information Technology
Describe a recursive solution to determine whether a String object is a palindrome. You may assume that the string only contains lower case characters (i.e. no numbers, spaces, punctuation, etc). Hint: It may be easiest to describe your solution using pseudocode.
What will be an ideal response?
Computer Science & Information Technology