Paradigm

PARADIGM

Is a way which computer language looks at the problem to be solved.

There are three types our silibus study that is  procedural , object oriented and logic.


PROCEDURAL


  • Simple and straight forward writing code
  • Rountines and subroutines
  • Step by step instructions
OBJECT ORIENTED PROGRAM(OOP)

  • Data can be can only through an object define method.
  • Suitable for reusing code, building complex system or developing large system.


TRANSLATOR

Program that translate one programmimg language to another programming language

  • Interpreter
  • Compiler
  • Assembler

Comments

Popular Posts