Skip to content

Instantly share code, notes, and snippets.

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