Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Question: compare and contrast between structure

programming language and opps paradigm? Do you


think a oop paradigm is superior to structure
programming ?

Ans Structured programming is a programming paradigm


which divides the code into modules or function, while OOP
is a programming paradigm based on the concept of objects,
which contain data in the form of fields known as attributes,
a nd code in
the form of procedures known as methods.

You might also like