Unit 07 · reflection
Unit 7 Reflection
Describe one problem where an array is a better model than repeated variables and one problem where a fixed-size array would be awkward.
Then identify an array boundary your code had to handle explicitly. Explain whether the boundary was a compile-time issue, a runtime-state issue, or a domain-rule issue.