• fiah
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    int variable => local scope => my int from the perspective of an instance

    static int variable => class scope => our int, for all instances of a class