Question: using the c++ inheritance method, develop a user-friendly application that supports up to two separate smart home features and enables the user to have smart
using the c++ inheritance method, develop a user-friendly application that supports up to two separate smart home features and enables the user to have smart home devices in several locations (such as the user's house, workplace, studio, etc) (e.g., lights, camera, heater, etc.).
make use of abstractions to keep track of and grant access to linked smart home devices.
- Support two different types of smart home devices
- Each sort of equipment should have a specific use for which the functionality is not the same. for example a heater, for instance, has a mode (heat/cool/off/fan only) and a temperature (on/off/ adjust temp, fan only)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
