Created
November 3, 2016 21:47
-
-
Save thomaspoignant/81f30d1695ea7b8fbd478120c189c2e5 to your computer and use it in GitHub Desktop.
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
//this way better | |
class RedTruck implements Truck | |
//than | |
class RedTruckImpl implements ITruck |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment