connor-bennett_60afdbd582087
connor-bennett_60afdbd582087
About
- Username
- connor-bennett_60afdbd582087
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
It's been a while since I took C++, which is similar to Java, but I'll try. The constructor is called when you create a new instance of the object, e.g. "new Circle foo(r)" or however the syntax goes. If I remember correctly, if you do not…