MCPcopy 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
22public:
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_FirstFunction · 0.80
F_SecondFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected