Skip to content

Instantly share code, notes, and snippets.

@eriwiana
Created March 17, 2015 01:59
Show Gist options
  • Save eriwiana/908c0231df3aed104810 to your computer and use it in GitHub Desktop.
Save eriwiana/908c0231df3aed104810 to your computer and use it in GitHub Desktop.
package kendaraan;
public class Mobil extends Kendaraan {
public void berjalanMundur(){
System.out.println("Mobil mampu berjalan mundur");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment