For derived classes that inherit from another class, the ordering is: 1. The static constructor for the base class. 2. The static constructor for the derived class. Actually, static constructors are ...