Ask Question

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

+3
Answers (1)
  1. 6 August, 11:07
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers