Programming
Oh ok
You can't rebind references in c++ so they can't usually be class members since they need to be initialized when created BUT if you pass them into the class constructor you can initialize it in the constructor's initializer list 👀