Static variables, explained (using Java)

One of the more complicated concepts that beginning programmers have trouble grasping is static variables. This is in part because static variables work in a way that is quite opposite to how classes and Object-Oriented Programming (OOP) work. Since examples work wonders in explaining concepts, here’s a use-case in Java that will help to illustrate … Continue reading Static variables, explained (using Java)