In-class member definitions are implicitly inline
| 12 | |
| 13 | // In-class member definitions are implicitly inline |
| 14 | double getLength() const { return m_length; }; |
| 15 | double getWidth() const { return m_width; }; |
| 16 | double getHeight() const { return m_height; }; |
| 17 |