If a program can handle illegal inputs and other unexpected situation in a reasonable way,then we can consider that program as
Answers
Answered by
1
Answer:
Robust
Explanation:
this is a property of good programming
Answered by
1
Answer:
Robust Programming.
Explanation:
Robust Programming or Bomb-Proof Programming is a style of program that handles abnormal termination or illegal inputs or situations gracefully and in a reasonable manner. The program after terminating such inputs also provides information to the programmer so that he can debug the program. It ensures safe and secure programming to the programmer.
Similar questions