1.

Compare Structured Programming and Object-Oriented Programming languages.

Answer»

Major difference between Structured Programming Language and Object-Oriented

Programming Language are:

Structured Programming LanguageObject-Oriented Programming Language
(1) Follows a top-down approach in program design.(1) Follows a bottom-up approach in program design.
(2) Data and Functions are not coupled with each other.(2) Functions and data are coupled together.



Discussion

No Comment Found