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 abstract class in c++?
What is std :: flush?
What are arithmetic operators?
What is java and c++?
How can you create a virtual copy constructor?
Can we use this pointer inside static member function?
When should we use multiple inheritance?
Explain polymorphism?
Why is swift so fast?
How a pointer differs from a reference?
What is implicit pointer in c++?
What is the header file for setw?
Why cstdlib is used in c++?
What is the arrow operator in c++?
What is atoi?