Static Members
Learn how to define and access static members to share state across instances and implement stateless utility methods using static classes.
We'll cover the following...
We'll cover the following...
We have used the static keyword regularly throughout this course, but we have not yet discussed what it means in detail.
Consider the following Person class: