Computer Science, asked by gargjigyasa212, 2 days ago

In what ways object oriented paradigm is better than structured programming paradigm and explain the features of oops.​

Attachments:

Answers

Answered by Anonymous
3

Answer:

How structured programming paradigm is different from object oriented paradigm?

The main difference between structured and object oriented programming is that structured programming allows developing a program using a set of modules or functions, while object oriented programming allows constructing a program using a set of objects and their interactions.

Similar questions