Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help for this in c++. please help SL Assignment Due Oct 17 by 11:59pm Points 100 Submitting a text entry box or a

image text in transcribed

I need help for this in c++. please help

SL Assignment Due Oct 17 by 11:59pm Points 100 Submitting a text entry box or a file upload Imagine you are working for an in-house software team for a company that wants to monitor network access points in a building. Each building has a specified number of floors, a certairn number of rooms per floor, and some number of network access points in a room. Each network access point is labeled with its state as being on or off and if it is on it has the month it was turned on. Design, implement and test classes that represent buildings floors, and network access points. Your classes should provide suitable observer methods that allow you to determine hovw many floors are in a building, how many rooms are on a floor, how many access points are in a room and if an access point is on or off and which month it was turned on. You should also provide mutator methods that allow you to turn a network access point on or off and to set the month if it is turned on. You should use composition as a key strategy in designing these classes- thus a building should contain floors, floors should contain rooms and rooms should contain network access poin Your program should allow a user to add additional floors, rooms and access points as well as turn access points on or off re er Programming Rubric Criteria Ratings Pts Delivery - Program submitted on time view longer description Marks 5.0 pts Full 3.0 pts Half 0.0 pts No 5.0 pts Marks Marks

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Databases A Tour

Authors: Shashi Shekhar, Sanjay Chawla

1st Edition

0130174807, 978-0130174802

More Books

Students also viewed these Databases questions

Question

2. Identify four types of migrant groups.

Answered: 1 week ago

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago