1282Software EngineeringMedium
Which level of Static Analysis allows specific rules that apply to a program to be checked?
AUser-defined error checking
BCharacteristic error checking
CAssertion checking
DAll of the mentioned
Correct answer
A. User-defined error checking
Explanation
Explanation: Users of a programming language define error patterns, thus extending the types of error that can be detected.