static Member Functions
Get to learn about static member functions.
We'll cover the following...
static
We have delayed explaining static
member functions until this chapter to keep the earlier chapters shorter. static
member functions are available for structs, classes, and interfaces.
Regular member functions are ...