Enabling multiple implementations of the same behaviors so that the appropriate implementation can be executed based on the situation describes ____ as it relates to object oriented development.
A. abstraction
B. encapsulation
C. polymorphism
D. inheritance
Answer: C
Computer Science & Information Technology
You might also like to view...
A direct message is essentially a ________, with its inherent 140-character limit, sent directly and privately to another user
A) tweet B) Tweeter C) projected tweet D) retweet
Computer Science & Information Technology
Microsoft _____ is the spreadsheet program within the Microsoft Office suite.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which layer of the OSI model is the only layer divided into two sublayers?
A. Transport B. Network C. Data Link D. Physical
Computer Science & Information Technology
The reason we use recursion or a stack for tree traversal is that, at each step, we cannot access the next node in the sequence directly and we must use _____.
A. backing-up B. backtracking C. pre-fetching D. prediction
Computer Science & Information Technology