Skip to content

Instantly share code, notes, and snippets.

@vandershraaf
Created February 6, 2013 21:04
Show Gist options
  • Save vandershraaf/4725826 to your computer and use it in GitHub Desktop.
Save vandershraaf/4725826 to your computer and use it in GitHub Desktop.
Just don't use operator overload like this :(
Car mySedan = new Car();
Garage parkingGarage = new Garage();
mySedan = mySedan + parkingGarage; // park car in the garage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment