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

Method who

Exercises/NoModules/Chapter 14/Soln14_01/Animals.cpp:12–15  ·  view source on GitHub ↗

Identify the animal

Source from the content-addressed store, hash-verified

10
11// Identify the animal
12void Animal::who() const
13{
14 std::cout << "My name is " << m_name << " and I weigh " << m_weight << "lbs." << std::endl;
15}

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected