Skip to content

Instantly share code, notes, and snippets.

@rawaludin
Created February 12, 2013 01:21
Show Gist options
  • Select an option

  • Save rawaludin/4759253 to your computer and use it in GitHub Desktop.

Select an option

Save rawaludin/4759253 to your computer and use it in GitHub Desktop.
class PabrikSepeda2 {
public static void main(String[] args) {
Sepeda Dominate = new Sepeda();
Dominate.cetakKecepatan();
Sepeda RodaTiga = new Sepeda("Family", 100);
RodaTiga.cetakKecepatan();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment