Example:


class Demo {
private static int increment = 1;
public int number;

public Demo() {
number = increment;
increment++;