AWRs core technology is built upon an object-oriented architecture that is inherently more open and flexible than "old-style" structured programs. This architecture involves much more than just "writing it in C++;" its part of an overall software development strategy that allows the pieces of a program to be largely independent. Because of this, the complexity of an object-oriented program scales in proportion to its functionality, rather than increasing exponentially, resulting in products that are more reliable and more efficient than competing technologies.
|