1 2 3 4 5 6 7
#include <iostream> #include "Car.hpp" void Car::getName() { std::cout << "This is a car.\n"; }