The object oriented features, of course. Classes, inheritance, and all that goes with that. It can save a developer a ton of time being able to reuse and reimplement.... not to mention being able to do high level models of a program architecture before you build (other than just flowcharts.)
2006-07-15 00:37:37
·
answer #1
·
answered by evolver 6
·
0⤊
0⤋
First thing i want to say u that Both language have great feature but if u think that C++ is better than C,then i think it is wrong,becz if it is true then why linux or any major application)infact windows) is developed in C.the reason is very simple....it is true that C++ has a lots of feature(like data abstraction , encapsulation,inherentence and polymorphimsm) but C++ is generally very slower at run time and much more slower at compile time (becz the low-level infracture of binary execution in C++ is very larger compare to C)
2006-07-16 23:14:03
·
answer #2
·
answered by keshu 2
·
0⤊
0⤋
c++ is much more difficult to use but it allows you to create your own data-types known as classes . these classes allow you to use more than one data-type within it. C++ also allows you to have more than one function with the same name provided the arguments passed are different in data-type or in the number of arguments.
2006-07-15 04:28:25
·
answer #3
·
answered by sproy2006 1
·
0⤊
0⤋