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
Can java be faster than c++?
When should we use multiple inheritance?
What are the advantages of using a pointer?
Differentiate between a template class and class template in c++?
Explain virtual class and friend class.
Can we overload operator in c++?
Can I make ios apps with c++?
When you overload member functions, in what ways must they differ?
Can we declare a base-class destructor as virtual?
What is #include iostream?
How the virtual functions maintain the call up?
What is the difference between global int and static int declaration?
Declare a class vehicle and make it an abstract data type.
How do you clear a map in c++?
Explain the differences between list x; & list x();.