Computer Science, asked by sunilpotdar7642, 10 months ago

A feature that allows multiple methods of same name but different in parameters is known as ___

Answers

Answered by ram14423
0

Answer:

Polymorphism

Explanation:

In OOP (Obeject Oreinted Programming) the Polymorphism is defined as a set of methods can have same names but different parameter list.It is an OOP(defined above) concept.

Similar questions