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

Method Rectangle

Lab_11/Source.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111public:
112 Rectangle()
113 {
114 height = 5;
115 width = 5;
116 }
117
118 Rectangle(double height2, double width2)
119 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected