/* Generated by Together */ public class Vehicle { public void changeSpeed() { } private int speed; private int weight; }