angefangen, hab schon mal alle dateien erstellt
This commit is contained in:
parent
b636977ccd
commit
3b94f5d1b1
11
6_Verkehrsmittel/Klassenplanung.md
Normal file
11
6_Verkehrsmittel/Klassenplanung.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Klassen:
|
||||
- Verkehrsmittel
|
||||
- Posistion (int x, int y)
|
||||
- bewegen(neue Posistion)
|
||||
- Luftfahrzeuge
|
||||
- max. Flughöhe
|
||||
- Radfahrzeuge
|
||||
- Anzahl Räder
|
||||
- Pkw
|
||||
- Anzahl Türen
|
||||
|
||||
3
6_Verkehrsmittel/Luftfahrzeug.h
Normal file
3
6_Verkehrsmittel/Luftfahrzeug.h
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
class Luftfahrzeug{
|
||||
};
|
||||
3
6_Verkehrsmittel/PKW.h
Normal file
3
6_Verkehrsmittel/PKW.h
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
class PKW{};
|
||||
3
6_Verkehrsmittel/Radfahrzeug.h
Normal file
3
6_Verkehrsmittel/Radfahrzeug.h
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
class Radfahrzeug{};
|
||||
4
6_Verkehrsmittel/Verkehrsmittel.h
Normal file
4
6_Verkehrsmittel/Verkehrsmittel.h
Normal file
@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
class Verkehrsmittel{
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user