Q:

WHAT IS THE DIFFERENCE BETWEEN STRUCTURED ORIENTED, OBJECT ORIENTED AND NON-STRUCTURE ORIENTED PROGRAMMING LANGUAGE?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

 WHAT IS THE DIFFERENCE BETWEEN STRUCTURED ORIENTED, OBJECT ORIENTED AND NON-STRUCTURE ORIENTED PROGRAMMING LANGUAGE?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Structured oriented programming language –

  • In this type of language, large programs are divided into small programs called functions.
  • Prime focus is on functions and procedures that operate on data
  • Data moves freely around the systems from one function to another
  • Program structure follows “Top Down Approach”
  • Example: C, Pascal, ALGOL and Modula-2

Object oriented programming language –

  • In this type of language, programs are divided into objects
  • Prime focus is on the data that is being operated and not on the functions or procedures
  • Data is hidden and cannot be accessed by external functions
  • Program structure follows “Bottom UP Approach”
  • Example: C++, JAVA and C# (C sharp)

Non-structure oriented programming language –

  • There is no specific structure for programming this language.
  • Example:  BASIC, COBOL, FORTRAN

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS COMPILER?... >>
<< WHAT DO YOU MEAN BY HIGH LEVEL, MIDDLE LEVEL AND L...