Short Answer
Polymorphic programming is associated with the ____________. You do not have to know how the method goes about doing its work. All you have to know is what arguments to send, if any, and what you expect to be accomplished when the object finishes its work.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q58: A(n) _ method uses the same identifier
Q59: In order to inherit from a user-defined
Q60: Calls to the ToString( ) method emphasize
Q61: Prior to the introduction of generics, one
Q62: Enabling reuse of code through extending the
Q64: Classes can have a "has a" relationship.
Q65: Which keyword instructs the compiler to infer
Q66: Classes that inherit from a base class
Q67: Through _ the CLR determines which method
Q68: Adding an abstract modifier to a class