Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getArea
Method
getArea
Lab_14/Source.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
public:
12
double getArea()
13
{
14
return length * breadth;
15
}
16
void setLength(double length)
17
{
18
this->length = length;
Callers
1
RectangleFirst
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected