Static

We use the static keyword when we want all the objects to share a single variable. In this program we make 3 new objects that all share the static int…

Continue ReadingStatic