answersLogoWhite

0

Is structured programming an OOP principle?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

No. Structured programming came before object-oriented programming. Most OOP languages make use of structured programming, but only because they were already using structured principals, not because they now use OOP principals.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is structured programming an OOP principle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the disadvantages of object oriented programming over structured programming?

actually oop concept have some disadvantage when compared to structured programming


What is Object Oriented Programming without the principle of Polymorphism?

Polymorphism is an important principle in OOP; it would be hard to imagine OOP without it. Other important principles are inheritance, and encapsulation.Polymorphism is an important principle in OOP; it would be hard to imagine OOP without it. Other important principles are inheritance, and encapsulation.Polymorphism is an important principle in OOP; it would be hard to imagine OOP without it. Other important principles are inheritance, and encapsulation.Polymorphism is an important principle in OOP; it would be hard to imagine OOP without it. Other important principles are inheritance, and encapsulation.


What programming category does OOP belongs?

Object-oriented programming is a category of programming languages. On a larger scale, OOP would belong under the imperative programming paradigm.


Need of structured programming?

That basically refers to a programming language that has support for conditional statements (if), code repetition (while, for, ...), and subroutine or function calls. Most modern language have that. The term is also sometimes used for languages that do NOT work with OOP. Actually OOP includes the structured programming concepts mentioned above, but it includes a few other things, too.


What is need and characteristics of oop?

OOP stands for Object oriented programming. The main characteristics of OOP are 1. Class 2. Objects 3. Instance 4. Methods 5. Message Passing 6. Inheritance 7. Abstraction 8. Encapsulation 9. Polymorphism & 10. Decoupling OOP is a concept that allows us to have a program that is 1. "robust and secure". 2. "architecture neutral and portable". 3. "high performance".


The field to which OOp is related?

computer programming


Are there any non OOP concepts that are useful in OOPLanguages?

No there is no such non OOP concepts are there which can be used as part of programming


Explain that Object identification is a major challenge in OOP?

In a well-planned and structured OOP setting, object identification is not a major challenge.


What are the concepts of object oriented programming in c plus plus?

The concepts of OOP in C++ are the same as for OOP in any other programming language: abstraction, encapsulation, inheritance and polymorphism.


What is full form of oop's?

Object Oriented Programming


What are the limitation of structured programming?

By itself, structured programming does not support the notion of a function call. This is achieved through an extension of structured programming known as procedural programming. Object-oriented programming extends procedural programming such that data and the functions that operate upon the data can be encapsulated within an object.


What Example of structured programming?

C is a structured programming language. PHP, COBOL is also a structured programming language. These languages follow a top down approach.