Write two programs, one with correct ordering of catch blocks (place the base-class exception handler after all derived-class exception handlers) and another with improper ordering (place the base-class exception handler before the derived-class exception handlers).
↧