index
:
oop-huiswerk
master
22-23 b05,06 oop 1,2: huiswerk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
oop2w3
/
C.h
blob: 1e22eb11d3972b8827e8f93316d040c2e96d5ebe (
plain
)
1
2
3
4
5
6
7
8
#pragma once
class
C
{
public
:
C
();
virtual
void
actie4
();
};