Home > Learn C++ for Everyone > Learn C++ for Everyone > Exceptions and Error Handling Show previous contentLet's test your knowledge. Is this statement true or false?In C++, the catch block must have the same type (or a base class type) as the exception being thrown.Press true if you believe the statement is correct, or false otherwise.TRUEFALSE Show following content