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

Method setLength

Lab_14/Source.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 return length * breadth;
15 }
16 void setLength(double length)
17 {
18 this->length = length;
19 }
20 void setBreadth(double breadth)
21 {
22 this->breadth = breadth;

Callers 2

operator+Method · 0.80
RectangleFirstFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected