What is the largest multi-dimensional array that you have used?
At this point, I have only dealt with basic level
programming. I haven’t worked multi-dimensional arrays in the past.
What is the largest that you think would be unwieldy and why?
With my limited understanding of arrays, they seem to be systematic,
efficient, and predictable storages of data. With that in mind, I don’t see why
the size of an array should affect its efficiency. If all the data types are
the same, I don’t see a reason to limit input. Of course, this attitude may
change once I gain more experience working with arrays.
What does inheritance do for your classes? Have you used it in the past? How?
Inheritance makes classes reusable. Instead of repeating code
in multiple classes we can create one super class with all the generic data and
then create smaller subclasses with the added code specific to that object subtype.
I have never used inheritance before but I’m looking forward to learning more
about it in the coming weeks.
Reflections on Week Eleven
This week I experienced a lot of confusion and intense work.
The Deck of Cards assignment was detailed and I found I had to do a lot of
outside research. I’m glad it was a group assignment, so I only had to build
one part of the program. It’s hard to believe that programs like these will one
day be easy and quick to build. I sure hope that reality comes soon!
No comments:
Post a Comment