I personally o not think object oriented programming has any advantage to structured programming. That is not the answer you teacher wants so you must find out what answer your teacher wants to the question.
the features of oop are: Emphasis is on data rather than procedure. Programs are divided into what are known as objects. Data structures are designed such that they characterize the objects....
Object-oriented programming is radically different from the traditional software-writing methods. Instead of having data manipulated by commands, the data is the focus of the code. This is much...
In structured programming...the idea was that the overall flow of control of the program was laid out using a function call hierarchy - sort of like an inverted tree. The main routine was at the top...