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

Method setBreadth

Lab_14/Source.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 this->length = length;
19 }
20 void setBreadth(double breadth)
21 {
22 this->breadth = breadth;
23 }
24 Rectangle operator+(Rectangle &r2)
25 {
26 Rectangle temp;

Callers 2

operator+Method · 0.80
RectangleFirstFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected