Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ Box
Method
Box
Examples/Modules/Chapter 12/Ex12_02/Ex12_02.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
{
11
public:
12
Box() = default;
13
Box(double length, double width, double height);
14
15
double volume(); // Function to calculate the volume of a box
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected