Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ get_data
Method
get_data
Lab_18/main.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
public:
23
void get_data(double base, double height)
24
{
25
this->base = base;
26
this->height = height;
27
}
28
void virtual display_area() = 0; // pure virtual function
29
};
30
Callers
2
F_First
Function · 0.80
F_Second
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected