jimin-kiim / OOP

Object Oriented Programming
0 stars 0 forks source link

Different Programming Methodologies #2

Closed jimin-kiim closed 1 year ago

jimin-kiim commented 2 years ago
jimin-kiim commented 1 year ago

Unstructured Programming

=> complex, tangled structure. => hard to understand and follow the codes => difficult to modify => costs heavily in the maintenance phase

jimin-kiim commented 1 year ago

Procedural Programming

jimin-kiim commented 1 year ago

Modular Programming

Module

-> can improve maintainability

jimin-kiim commented 1 year ago

traditional structured programming methodologies are not sufficient for large software maintenance and reuse

OOP

💡 good for developing large software