answersLogoWhite

0


Best Answer
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

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

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

This answer is:
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
Related questions

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

LOTTA


Difference between conventional programming and object oriented programming?

diff between oops and conventional programming


What is the difference between oriented programming language and high programming language?

Set/subset: Some high level programming languages are object oriented, but not all of them.


What is the difference between java and object oriented programming?

java is a programming language/platform that embodies object oriented programming concepts. The question of what is the difference is like asking what is the difference between cars and a Volvo.


What is the distinct difference between object oriented concept and object oriented programming?

Object oriented concepts are a generalisation of the object oriented principals (encapsulation, inheritance, polymorphism and abstraction) without specifying a particular implementation of those principals. Object oriented programming is the application of those principals through an object oriented programming language.


What is the comparative between Objective Oriented Programming Language and Structured Programming Language?

what is triple jump test?


What is the different between c and c plusplus?

C is a procedure oriented programming and C++ is a object oriented programming.C++ is a superset of C.


What are the differences between Java OOP and PHP OOP?

JAVA is an Object Based Programming Language. it doesn't provide multiple inheritance and operator overloading. while Object Oriented Lanuages provides both.


What are the differences between object oriented testing of software and convectional software testing?

Compare and contrast the testing strategies for object oriented software and non object oriented software


What are the differences in between conventional programming?

Um, one of its variables is both the same? :-)


What is difference between problem oriented and machine oriented languages?

machine oriented language: A programming language designed for use on specific class of computers. problem oriented language: A language whose statement resemble terminology of the user. Thanks


What are the differences between PHP and .NET?

.NET is a framework, PHP is a scripting (programming) language.