What are the advantages of C++ programming compared to C
programming?
Answer Posted / krishnachaitanya
c++ provides security to the data,c doesn't provide any
security to the data this is main advantage of c++ over than
c and c++ supports all concepts of c and it introduces
object oriented concepts like
objects,inheritance,polymorphism..etc.c++ programs are
useful for real-time purpose but c doesn't support.c++
introduces class concept.by using classes we can do
real-time projects.
c++ follows bottom-up approach but c follows top-down approach.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the extension of c++?
What is namespace & why it is used in c++?
What is ios in c++?
What is the outcome of cout< a) 16 b) 17 c) 16.5
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
How can I learn dev c++ programming?
What is algorithm in c++ programming?
What does it mean to declare a member function as virtual?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is the use of main function in c++?
What is private inheritance?
What is searching?
Which format specifier is used for printing a pointer value?
How can an improvement in the quality of software be done by try/catch/throw?
What is the use of c++ programming language in real life?