Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/questions/BasicInheritance.cpp:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
};
43
int main()
44
{
45
Student s;
46
s.get_s();
47
s.S_display();
48
}
Callers
nothing calls this directly
Calls
2
S_display
Method · 0.80
get_s
Method · 0.45
Tested by
no test coverage detected