MCPcopy 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};
43int main()
44{
45 Student s;
46 s.get_s();
47 s.S_display();
48}

Callers

nothing calls this directly

Calls 2

S_displayMethod · 0.80
get_sMethod · 0.45

Tested by

no test coverage detected