answersLogoWhite

0

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

12y ago

What else can I help you with?

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.


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


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.


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


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 are the two most significant approaches to programming?

The two most significant approaches to programming are procedural programming and object-oriented programming (OOP). Procedural programming focuses on a sequence of instructions or procedures to operate on data, emphasizing a structured and logical flow. In contrast, OOP organizes code into objects that encapsulate both data and behavior, promoting reusability, scalability, and easier maintenance through concepts like inheritance and polymorphism. Both approaches have their strengths and are used in various contexts depending on the problem domain and project requirements.


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 is full form of oop's?

Object Oriented Programming


Is PHP object oriented?

Yes - 'advanced' PHP programming uses Object Oriented Programming (OOP).