MCPcopy Create free account
hub / github.com/RPISEC/MBE / me

Method me

src/lecture/cpp/cpp_lec01.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6public:
7 virtual void greet() { printf("Foo says hi\n"); }
8 void me() { printf("Foo is best\n"); }
9};
10
11class Bar : public Foo {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected