3.2.6 Java OOPs - UserListAdmin
This class administers all other classes and make them work together.
A very basic version of this class will prompt the user for two file names, the input file and the output file.
When the program is complete the output file will have the required data to create the users on the school's network.
Create a menu system based on the Java: MenuExample. You may wish to create a separate Menu class for the UserListAdmin class to use.
UserListAdmin()
UserListAdmin()
HAS-A
uL: UserList
fIO: FileIO
RESPONDS-TO
- it is now your turn to try creating you own class structure.
- keep you methods simple and on task.