Foundation Definitions II
Mark Mzyk February 25, 2008
Picking right up where we left off last time, it’s time for some more definitions based on what Steve Yegge says programmers should know. 1. Static / Class Initializer A static or class initializer is the block of code called to create a static or class variable. It must be called outside of the class […]