Computer Science, asked by mrparadoxtm, 3 months ago

A class can have several methods with the same name but the numbers of input
parameters or types of the input parameters are different. This OOP concept is known as:

(a) Method Oveniding
(b) Method Labeling
(c) Method Overloading
(d) Method Passing
(e) Method Invocation

Answers

Answered by rallapudileela
0

Answer:

method overloading

Explanation:

because ,in method overloading two methods have same name but the arguments given to them are differ.

Similar questions