_____ refers to the ability to perform operations without knowing the type of object they'll be operated on

78. _____ refers to the ability to perform operations without knowing the type of object they'll be operated on.

  1. Abstract base class
  2. Abstract class
  3. Polymorphism
  4. Operator overloading

Answer: C) Polymorphism

Explanation:

Polymorphism refers to the ability to perform operations without knowing the type of object they'll be operated on.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.