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
0
Answer:
method overloading
Explanation:
because ,in method overloading two methods have same name but the arguments given to them are differ.
Similar questions