Skip to content

Instantly share code, notes, and snippets.

@yogsma
Created September 13, 2017 02:22
Show Gist options
  • Save yogsma/6c6949fcf254199a6670e39e28e2cfdd to your computer and use it in GitHub Desktop.
Save yogsma/6c6949fcf254199a6670e39e28e2cfdd to your computer and use it in GitHub Desktop.
package com.betterjavacode.designpatterns.adapterexample;
public class AsiaSocket {
public void provideElectricity() {
System.out.println("Provide electricity of 240 V");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment