3.1 What is the largest multi-dimensional array that you have used?
I have not used that much multi-dimensional arrays in the past. I think the largest would be 10 x 10? I think having practice with multi-dimensional arrays is important because it's another good tool to use to store data that you want.
3.2 What is the largest that you think would be unwieldy and why?
I think once your computer starts slowing down, that's when it would become unyielding because you are using the maximum amount of memory that your computer has. From what i've researched, if you ever use a multi-dimensional array that is really big, you should just change the data structure to something like a sparse matrix.
3.3 What does inheritance do for your classes? Have you used it in the past? How?
Inheritance allows you to inherit methods from one class to another. For example, when creating something like a Vehicle class with its associated methods, you can create a Car class, which is a child of Vehicle class and have it inherit its methods since a Car is a vehicle. I have used it in the past when creating programs for classes like Vehicle or Animals and I want to create child classes that take on their methods.
3.4 What I've learned this week
This week was a long week for me. I lost my focus and forgot to turn in the class survey which for some reason I thought was due on Tuesday. I will pick up my focus this week and re-center myself so I don't make dumb mistakes anymore.My team is doing really great with the collaboration of our project. We finished coding, debugging, and now we are checking our codes again and adding comments to them to make sure they are sufficient enough to turn in. Everyone in my team is carrying their weight and I'm proud of them. If anyone is slacking, it might be me. Time to step it up.
No comments:
Post a Comment