top of page

Development Modules

Module Characteristics:

  • It encapsulates code and data to implement a particular functionality.

  • It has an interface that lets clients to access its functionality in an uniform manner.

  • It is easily pluggable with another module that expects its interface.

  • It is usually packaged in a single unit so that it can be easily deployed.

bottom of page