I'd like to give a homework assignment to a person learning VB.NET.
I'd like it to use basic inheritance and a variety of data structures including queues, lists, arrays, or stacks in a windows forms application.
I was thinking of a pizza-ordering application. This would allow them to utilize some basic inheritance and practice using .NET UI elements.
Any ideas?
Thanks
Edit: Knowledge Level of Programmer: Basic, uncomfortable grasp of data types, data structures, inheritance.