Parameter

« Back to Glossary Index

A parameter is a variable used to pass data into a function or method. Parameters define the inputs a function expects. They improve flexibility and reuse. Example: A function parameter specifying a filename.


← Back

« Back to Glossary Index