General Concept of Oops

Posted On
Socialize It →
0
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

A set of related procedure with the data they manipulated is called a Module.

0 comments:

Post a Comment

'