Skip to content

Instantly share code, notes, and snippets.

@Kamilahsantos
Created January 4, 2020 14:18
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 Kamilahsantos/6f23bf8ce93a6be7ece460265f60620d to your computer and use it in GitHub Desktop.
Save Kamilahsantos/6f23bf8ce93a6be7ece460265f60620d to your computer and use it in GitHub Desktop.
public class LifeCycle {
static int counter;
String name;
LifeCycle lc4;
LifeCycle lc5;
public LifeCycle(){
counter++;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment