Community

Guidelines for consistent exception handling

(Samir Bellouti) Exception handling is an essential concept in object oriented programming. It permits us to indicate program or method failure in way that it does not affect the method signature and thus, not affecting the overall design of our methods and classes.

Read More - Register for Free Membership