0

What is the difference between structured programming and object oriented programming?

Masoud
  • 8,020
  • 12
  • 62
  • 123

1 Answers1

0

Structured COBOL programming is top-down approach whereas Object Oriented COBOL programming is bottom-up approach

Another Example of Objected oriented is Java

Hope it helps:)