KnowledgeBoat Logo
|

Computer Applications

What is the literal meaning of Polymorphism?

  1. Using different operations for same purpose
  2. Using same operation for different purposes
  3. Using same data in different functions
  4. None of them

OOP Intro Java

7 Likes

Answer

Using same operation for different purposes

Reason — Polymorphism literally means using the same operation for different purposes, allowing a single function or method to perform multiple tasks depending on the context or input.

Answered By

5 Likes


Related Questions