Tuesday, July 28, 2009

What is the important of c++ programming?

what is the important of c++ programming

What is the important of c++ programming?
C++ is important since it is one of the, if not the most flexible language. It allows a programmer to use libraries written in most any other language, write or extend libraries including inline assembly language functions, and still have the ability to write fully object oriented code that deals with composition, inheritance and polymorhism. The C language has been in use longer without the object oriented features, but C++ can and often does make use of any existing code base in C, since C++ is a superset of C. C++ can also create object oriented interface wrappers for C code to update existing code easily into the new paradigm. I hope this helps you out.
Reply:c++ is object oriented programming which provided u with the concept of polymorphism, encapsulation and inheritence.


these are not provided in c language. and i suggest u to surf the net which will explain u the importance of c++.


No comments:

Post a Comment