answersLogoWhite

0

STRUCTURED PROGRAMMING:
  1. Emphasis is on doing things (algorithms).
  2. Large programs are divided into sub programs called FUNCTIONS.
  3. Data moves openly around system from function to function.
  4. Employs top-down approach in program design.
OBJECT ORIENTED PROGRAMMING:
  1. Emphasis is on data rather than procedure.
  2. Programs are divided into to what are known as OBJECTS.
  3. Data is hidden and cannot be accessed by external functions.
  4. Follows bottom-up procedure in program design.
User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
BeauBeau
You're doing better than you think!
Chat with Beau
ReneRene
Change my mind. I dare you.
Chat with Rene
More answers

c programs are easy to understand but object oriented programs like java,c++ are not easy to understand.

User Avatar

Wiki User

12y ago
User Avatar

Add your answer:

Earn +20 pts
Q: List 3 differences between stuctured programming and object oriented programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp