Created
January 4, 2020 14:18
-
-
Save Kamilahsantos/6f23bf8ce93a6be7ece460265f60620d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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