Programming
Paradigms
Paradigm means
organizing principal of a program. It is an approach to programming.
Procedural
Programming
A program in a
procedural language is a list of instruction where each statement tells the
computer to do some things. The focus is on the processing, the algorithm
needed to perform the desired computation.
Example:- Decide
which procedure you want
Use the best algorithms you
can find.
Module
0 comments:
Post a Comment