Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ who
Method
who
base_code/virtual_inline.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
{
60
public:
61
inline void who() override // 不写inline时隐式内联
62
{
63
cout <<
"I am Derived\n"
;
64
}
65
};
66
67
int main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected