Debugging Flashcards
1
Q
What are 3 types of program errors?
A
Compiler errors (syntax errors).
Runtime Errors.
Logic Errors.
2
Q
What’s the difference between testing and debugging?
A
Testing is identify any problems before software is put to use.
Debugging is locating bugs and fixing them.
3
Q
What’s a static object.
A
A variable/function that is shared between all instances of that class.