My journey learning C++, part 43: Class, Constructor which seem to be like functions

I discover constructors in this video and learn they are like functions with a few differences, but constructors are probably only used in classes where functions can be used any time and anywhere. I am still learning and will understand all of this soon enough just a lot to learn with C++.