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...
There are no disadvantages in OOP itself -- it's just a tool. Like any other tool, if used appropriately, there can be no negatives. But if used inappropriately, companies could collapse and...