Solved

What Statement Is an Accurate Description of the Concept of Polymorphism

Question 8

Multiple Choice

What statement is an accurate description of the concept of polymorphism in object-oriented programming?


A) Polymorphism is the restricting of the manipulation of an object's state by external users to a set of method calls.
B) Polymorphism is allowing a class to automatically reuse and extend the code of a similar but more general class.
C) Polymorphism is the use of code that is capable of making changes to itself during the execution process.
D) Polymorphism is allowing the several different classes to use the same general method names.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions