Please enable JavaScript to use CodeHS

CodeHS Glossary


Method overloading Java

Methods can have multiple signatures. Java will use the correct signature based on the actual parameters used in a program.