Ask Question
9 January, 05:26

Discuss the major differences in two approaches ofprogramming i. e. Object oriented programming and structuredprogramming.

+3
Answers (1)
  1. 9 January, 07:28
    0
    Differences between Object Oriented Programming and Structured Programming

    1. Structured programming focuses on process/logic then data while OOP (Object Oriented programming) focuses on data.

    2. OOP supports Inheritance, Encapsulation, Abstraction, Polymorphism while structured programming does not supports these.

    3. Structured programming follows top-down approach while OOP follows bottom-up approach.

    4. OOP is more secured than structured programming because it supports Abstraction (data hiding).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Discuss the major differences in two approaches ofprogramming i. e. Object oriented programming and structuredprogramming. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers