Parent Class Person#
Subclass Student#
Execution Result#
Loading Order (Approximately)#
Parent Class Static Block -> Subclass Static Block -> Parent Class Member Variables -> Subclass Member Variables -> Parent Class Constructor -> Subclass Constructor (Member variables are checked before the constructor because the output of the constructor is not the default value but the assigned value)