โ Back to Classes
Question 171
Add a Setter to a Generic Box
Add a Setter to a Generic Box
Complete thesetItemmethod so the genericBox<T>object can update its stored value after it is created. The constructor andgetItemare already provided. IMPORTANT: Do NOT write a main method. A hidden test will create boxes, callsetItemto replace the stored value, then verify the updated value usinggetItem(). Expected Output: Updated 99
Expected Output:
Updated 99
Topics:
GenericsClasses
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.