Computer Science, asked by junaidhkhan, 9 months ago

Define a method ‘print-name’ to print your name on the console.

Overload this method to print any name of your choice and also

to print any name of your choice ‘n’ times. Implement a JAVA

program for this​

Answers

Answered by kumarneeraj59966
0

Explanation:

You can not define more than one method with the same name, Order and the type of the arguments. It would be compiler error. The compiler does ...

Similar questions