MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / volume

Method volume

Examples/Modules/Chapter 12/Ex12_06A/Box.cpp:12–15  ·  view source on GitHub ↗

Member function definition

Source from the content-addressed store, hash-verified

10
11// Member function definition
12double Box::volume()
13{
14 return m_length * m_width * m_height;
15}

Callers 3

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected