Object Oriented Programming using C#
The Unified Modelling Language (UML)
Feedback 5To make your shopping efficient you probably organised your list into two lists of items that are located in the same parts
of the shop:-List 1 List 2
Apples, Furniture polish,
Pears, Floor cleaner
Grapes Matches
Carrots, Toilet Rolls,
PotatoesActivity 6You run a team of three programmers and are required to write a program in C# to monitor and control a networksystem. The system will be made up of seven classes as described below. Organise these classes into three packages. Each
programmer will then be responsible for the code in one package. Give the packages any name you feel appropriate.Main this class starts the systemMonitor this class monitors the network for performance and breaches in securityInterface this is a visual interface for entire systemReconfigure this allows the network to be reconfiguredRecordStats this stores data regarding the network in a databaseRemoteControlthis allows some remote control over the system via telephonePrintReports this uses the data stored in the database to print management reports for the organisations
management.