MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / Base

Class Base

week14/examples/derived.cpp:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <iostream>
2
3class Base
4{
5public:
6 Base() {}
7};
8
9class Derived: public Base
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected