Gift List Project

This project used a combination of object oriented programming and arrays. It took the user input for a gift name, holiday name, quantity, and notes about the gift and saved it to the array, running through a for loop 4 times. Then I used a foreach loop to display the gift items saved inside of the array. Overall it was a pretty simple project and a good way to get an intro to object oriented programming and using arrays from objects.

Program Run

Main Class Code

Gift Class Code