What is the difference between Structured Programming and Object Oriented programming?

633 Views Asked by At

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

1

There are 1 best solutions below

0
Ravi Teja Karuparthi On

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:)