Difference between revisions of "Template:Constructor 1param 4deep"

From CSE231 Wiki
Jump to navigation Jump to search
m (Cosgroved moved page Template:Constructor3 to Template:Constructor 1param 4deep without leaving a redirect)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{{2}}}constructor{{{2}}}
+
====constructor====
  
Maintain the {{{1}}} provided in a (private final) instance variable for later use.
+
Maintain the passed {{{1}}} parameter in a ({{PrivateKeywordLink}} {{FinalKeywordLink}}) instance variable for later use.

Latest revision as of 22:22, 7 February 2024

constructor

Maintain the passed {{{1}}} parameter in a (private final) instance variable for later use.