Defining a Class Library
If you are using a programming language that supports classes then obtaining a class library that supplies a lot of the common functionality that you need will save you a lot of time. Regardless of whether you actually do that or not there will be a whole lot of functionality that your projects will require that you will still need to code yourself. Rather than coding it separately for each project you will save yourself a lot of time and effort by creating your own reusable classes to handle these processes.
Tags: classes, oop, programming







