var bike = new Bike("15 km/h");
With class inheritance, we can. Bike might not have a constructor, but it can use the constructor of Vehicle that sets speed.
Bike
Vehicle
speed