public override void collitionWith(PhysicsObject obj) { if (obj is Bike) collided = true; }
public virtual void collitionWith(PhysicsObject obj) { }