Console based Home Automation project in C++
This is simple console based home automation project developed in C++ language to learn C++ concepts. Please make a note that this project does not control actual home appliances.
Concepts of C++ Used:
- Abstract Class
- Pure Virtual Function
- Function Overrider
- Lambda Expression
- Run time polymorphism ( Base class ponter to derived class objects )
- OOPS : Inheritance
IDE Used: Microsoft Visual Studio Community Edition 2022 Note: You can use your favourite IDE to run this project. You will need to just port files from "HomeAutomation/source" to your project.