Directions for project.
We are working on Object-Oriented Programs and I am lost.
Below are the directions.
Create a project that contains a class for sandwich objects. Each sandwich object should have properties for Name, Bread, Meat,
Cheese, and Condiments.
Use a form for user input.
Assign the input values to the properties of the object, and display the properties on a separate form.
There is a hint - Use a ReadOnly property on the input form to pass the object to the second form.
I did create a class called Sandwich and I did objects that have to do with sandwiches but I don't know what else to do and to get
it to populate on second form.
Attachment:- Sandwiches (2).zip