CSC423 Note
CSC423 Note
Software Paradigms
Software paradigms refer to the methods and steps, which
are taken while designing the software.
Programming paradigm is subset of software design
paradigm which is further a subset of software development
paradigm.
The software is first developed on very small scale and all the
steps are followed which are taken into consideration. Then,
on every next iteration, more features and modules are
designed, coded, tested and added to the software. Every
cycle produces a software, which is complete in itself and has
more features and capabilities than that of the previous one.
Spiral Model
Spiral model is a combination of both, iterative model and
one of the SDLC model.