Created
November 4, 2018 13:35
-
-
Save ufocoder/2ef1a31a146da2d540a19931eeea5f28 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
| class Car { | |
| private Wheels wheel = new MRFWheels(); | |
| private Battery battery = new ExcideBattery(); | |
| ... | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment