Skip to content

Instantly share code, notes, and snippets.

@junbeom-kang
Created March 20, 2021 13:54
Show Gist options
  • Save junbeom-kang/b543ce04ba6c96d8d0120251c668fa8d to your computer and use it in GitHub Desktop.
Save junbeom-kang/b543ce04ba6c96d8d0120251c668fa8d to your computer and use it in GitHub Desktop.
package Adapter;
public class start {
public static void main(String[] args) {
Adapter adapter=new Adapter(new charge_110V());
Client client=new Client(adapter);
client.doCharge();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment