Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 5, 2019 22:22
Show Gist options
  • Save parzibyte/1264087de01b1ba5eba3c3f26d544faf to your computer and use it in GitHub Desktop.
Save parzibyte/1264087de01b1ba5eba3c3f26d544faf to your computer and use it in GitHub Desktop.
public class TuClase{
String nombre = "Luis"; // Esta es una variable de instancia ;)
public void unMetodo(){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment