Respuesta :

Answer:Polymorphism

Explanation:

Ok, Polymorphism is an important features of the three features of Java Object Oriented Programming(OOPS). Other two features are the inheritance and Encapsulation.

The feature inheritance is the ability to create new classes that share the characteristics of existing classes. The new classes created, no doubt has the characteristics of existing class but the new classes will have another specific features.

The feature Encapsulation is the classing of variables.

The feature POLYMORPHISM in programming language is the feature of languages that allows the same word to be interpreted correctly in different situations based on the context.