Jessica W.

asked • 08/31/17

Read the description

In the "MyFunnyClass" below, we see there are three methods with the same name. Will this be OK? What is this called?
public class MyFunnyClass{
public void doSomething(int itemCode){ }
public void doSomething(char itemID){
} public void doSomething(int itemCode, char itemID){
 
} }

2 Answers By Expert Tutors

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.