Assignment on class and collection
Your assignment is to develop a program that uses classes. I want something like my
SavAcct02 where I can handle an individual account with methods that update the
account and where I have a collection of accounts that I can Add, Remove and retrieve
from. Pick some topic other than savings accounts and decide on the capabilities
that you want your class to have! Then write the program!
You must include the following:
- A class with properties
- At least two methods
- At least two events
- A class collection
- Ability to add, remove, retrieve