|
It is a mid-level language and brings out the features of low-level and high-level languages. Interesting features here are encapsulation, polymorphism and inheritance. These features make the programming environment very rich enabling the programmer not to be constrained by the design feature of the programming language and allows them to give clients exactly what they require.
In catering to web application development requirements we will make use of C++ in many areas in which other programming languages will not do. This is because C++ is able to handle a level of complexity that may be difficult with other languages. With this language a programmer is almost able to speak to the computer because of the high level of interactivity it offers, not it terms of modern GUI, but in terms of the detailed programming that a programmer has to do to get the necessary output. |