Please enable JavaScript to use CodeHS

CodeHS Glossary


Formal and Actual Parameters Java

Formal parameters are the parameters outlined in the parameter list in the constructor, while actual parameters are the parameters that are input when a new instance of a class object is created.