Skip to content

Instantly share code, notes, and snippets.

@denizfurkan
Created May 10, 2019 14:42
Show Gist options
  • Save denizfurkan/6c2ddbcc3e334b8120715372da70ff7f to your computer and use it in GitHub Desktop.
Save denizfurkan/6c2ddbcc3e334b8120715372da70ff7f to your computer and use it in GitHub Desktop.
public/*[Erişim Belirleyici]*/ class/*[Class]*/ Araba/*[Class İsmi]*/ {
public String rengi;
public String markasi;
public String modeli;
public int fiyati;
public int yakitTipi;
public int agirligi;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment