MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / display_area

Method display_area

Lab_18/main.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43{
44public:
45 void display_area()
46 {
47 cout << "Area of Rectangle: " << base * height << endl;
48 }
49};
50
51class Circle : public Shape

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected