Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ who
Method
who
base_code/virtual_inline.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
{
51
public:
52
inline virtual void who()
53
{
54
cout <<
"I am Base\n"
;
55
}
56
virtual ~Base() = default;
57
};
58
class Derived : public Base
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected