Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ get_s
Method
get_s
CPP/questions/BasicInheritance.cpp:28–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
int fee;
27
public:
28
void get_s()
29
{
30
set_p();
31
cout<<
"Enter Course Name\n"
;
32
cin>>courseName;
33
cout<<
"Enter fee\n"
;
34
cin>>fee;
35
36
}
37
void S_display()
38
{
39
display();
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected