Similar to `__init__` in Python? - Useful for initialization of [[Objects|objects]] - defines - Have same name as the class - Don't specify a return type - Can be [[Function Overloading|overloaded]] [[C++ Constructors]]