PROGRAMMING PARADIGM
~ Programming language are categorized according to the approach they use to solve a problem.
~Paradigm is a way in which a programming language looks at the problem to be solves.
Consists to 3 types of programming language.
1) PROCEDURAL
2)OBJECT ORIENTED
3)LOGIC
PROCEDURAL
~Programming paradigm which based upon the concept of procedural calls, in which statement are structured into procedures(also known as subroutines or functions).
~Procedural calls are modular and are bound by scope.
OBJECT ORIENTED
~Programming paradigm which is based on the concept of objects.
~Programmer identify objects which are items that can contain both data and the procedures that read or manipulate that data.
~Data and procedures are encapsulated.
~An object represent a real person,place,event, or transaction.
For examples; employees name, salary and phone number.
LOGIC
~ Programming paradigm whivh is largely based on formal logic.
~Any programn written in logiv programming language is a set of sentences in logical form,expressing facts and rules about some problem domain.
LANGUAGE TRANSLATOR.
Consists of compiler, interpreter and assembler.
COMPILER- a program that translates the entire source
No comments:
Post a Comment