Review of Important C++ Concepts

Bottom Line

When studying class definitions in our framework, pay attention to whether variables and methods are declared as static. Be sure you understand why any given variable or method is or is not declared that way, and be aware of how that declaration affects how it is used.