235k views
0 votes
Discuss the major differences in two approaches ofprogramming i.e. Object oriented programming and structuredprogramming.

1 Answer

3 votes

Answer:

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).

User Krassowski
by
6.4k points