97.8k views
2 votes
Compare and contrast Object oriented programming and structured programming

User Green
by
8.4k points

1 Answer

4 votes

Answer: The comparison between the object-oriented programming and structured programming are as follows:-

  • In structured programming programs are split into small functions while in object oriented programming ,programs are made into entities known as objects.
  • Structured Programming is less secure as compared to object oriented programming which is more secure.
  • Structured programming shows less flexibility and object -oriented programming has more abstraction and flexibility.

User Henkimon
by
7.3k points