2020-05-03 15:12:03 +02:00
|
|
|
# Classes in C++
|
|
|
|
|
|
|
|
In c++ classes are defined using a header file and the implementation in a
|
2020-05-04 19:36:23 +02:00
|
|
|
regular .cpp file. Explanations to the structure can be found in the files
|
|
|
|
themselves
|
2020-05-03 15:12:03 +02:00
|
|
|
|
|
|
|
## Relevant files
|
|
|
|
|
|
|
|
- [car.h](./car.h)
|
|
|
|
- [car.cpp](./car.cpp)
|