Ask Question
3 December, 14:17

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

+5
Answers (1)
  1. 3 December, 17:09
    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?
Get an answer to your question ✅ “Discuss the major differences in two approaches ofprogramming i. e. Object oriented programming and structuredprogramming. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers