Multiple choice technology programming languages

_________ is a feature that allows one interface to be used for a general class of actions.

  1. Encapsulation

  2. Class

  3. Inheritance

  4. Polymorphism

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Polymorphism allows one interface to represent a general class of actions. Different objects can implement the same interface in their own way, enabling code to work with objects of various types through a common interface.