Question: I have problem with the overloading method . can you help me to run this project? Go to the Guitar.java file 2. Overload the Bass
I have problem with the overloading method . can you help me to run this project?
Go to the Guitar.java file
2. Overload the Bass method to include amount of strings and sound.Return a string that matches the output of the int strings and String sound. *** DO NOT HARD CODE THE VALUES***
3. Overload the Bass method to include strings, sound, and size. Return a string that matches this output if the int strings, String sound, and int size. *** DO NOT HARD CODE THE VALUES***
4. Print out the string that is returned from the overloaded method you made with two parameters: the int should be 3 and the String should be "deep sounds!"
5. PPrint out the string that is returned from the overloaded method you made with three parameters: the strings should be 9, the sound should be "clanging sounds!" and the size in should be 3.
### Test:
Use the test provided.
#### Sample output:
```
I am a bass guitar!
The bass guitar has 3 strings and makes deep sounds!
Well my bass guitar has 9 strings, makes clanging sounds, and is about 3 inches!
```
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
