die Parameterdeklaration
Translation
parameter declaration
Examples
Die Parameterdeklaration steht am Anfang der Methode.
The parameter declaration is at the beginning of the method.
Grammar Patterns
the parameter declaration ((of sth.)) the parameter declaration of something The parameter declaration of the function is faulty.
Similar Words
Variablendeklaration (variable declaration)
Etymology
A compound of 'Parameter' and 'Deklaration' (declaration). 'Deklaration' comes from the Latin 'declarare' (to make clear).
Memory Tips
Think of computer programming: you 'declare' the 'parameters' that a function will accept.