Created
February 6, 2013 21:04
-
-
Save vandershraaf/4725826 to your computer and use it in GitHub Desktop.
Just don't use operator overload like this :(
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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