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