Constructors
| 6 | public: |
| 7 | // Constructors |
| 8 | Box() = default; |
| 9 | Box(double length, double width, double height); |
| 10 | |
| 11 | double volume(); // Function to calculate the volume of a box |
nothing calls this directly
no outgoing calls
no test coverage detected