Fix opdracht 1 en 2

Co-authored-by: Aryan Lala (19097727) <A.E.Lala@student.hhs.nl>
This commit is contained in:
2023-05-11 10:40:01 +02:00
parent 83e46713e1
commit 0ae21fa8ab
5 changed files with 85 additions and 12 deletions

View File

@ -10,6 +10,7 @@ class Auto{
Snelheid* S;
public:
Auto(Snelheid*);
virtual ~Auto();
virtual void meetSnelheid();
};