Skip to content

Instantly share code, notes, and snippets.

@ufocoder
Created November 4, 2018 13:35
Show Gist options
  • Select an option

  • Save ufocoder/2ef1a31a146da2d540a19931eeea5f28 to your computer and use it in GitHub Desktop.

Select an option

Save ufocoder/2ef1a31a146da2d540a19931eeea5f28 to your computer and use it in GitHub Desktop.
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