Home / Object Oriented Programming / Difference between Structured programming and Object oriented programming language

Difference between Structured programming and Object oriented programming language

Difference between Structured programming and Object oriented programming language

Structured Programming Object Oriented Programming
Focus on process Focus on data
Follows top-down approach Follows bottom-up approach
Divided into small pieces called functions Divided into small entities called object
Provide less re-usability Provide more re-usability
Less abstraction and less flexibility More abstraction and more flexibility