Klavier implementiert
This commit is contained in:
parent
3a509f18ed
commit
e56437fb06
@ -1 +1,6 @@
|
||||
#include "Klavier.h"
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
Klavier::Klavier() { cout << "Konstruktor: Klavier()" << endl; }
|
||||
Klavier::~Klavier() { cout << "Destruktor: Klavier()" << endl; }
|
||||
void Klavier::spielen() { cout << "Klavier klimpert" << endl; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user