Skip to content

Instantly share code, notes, and snippets.

@rawaludin
Created February 12, 2013 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawaludin/4759253 to your computer and use it in GitHub Desktop.
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