What are the different types of bugs?
Collaboration / Beta Testing
2
Posts
2
Posters
0
Views
1
Watching
-
plz anybody can explain the types of bugs, and their effect in the application. thanks
swapna
-
plz anybody can explain the types of bugs, and their effect in the application. thanks
swapna
You'll find many answers if you research exception handling for various OOP languages. One language should be enough for diverse material, except perhaps that type safe languages may somewhat de-emphasize type mismatch errors. Research error codes and the built-in exception types (yes, exceptions are actually types in OOP) of mainstream languages such as C++ and C#.