Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include "model/motorvehicle.hpp"
  2.  
  3. MotorVehicle::MotorVehicle(const int baseRentPrice, const std::string &id, const int engineDisplacement) :
  4.         Vehicle(baseRentPrice, id),
  5. {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement