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 a dynamic binding in c++?
Explain the difference between using macro and inline functions?
What is a manipulative person?
What is a syntax in c++?
List down the guideline that should be followed while using friend function.
What is meant by forward referencing and when should it be used?
What is doubly linked list in c++?
What are the operators in c++?
What are the important differences between c++ and java?
What is insertion sorting?
What is the insertion operator and what does it do?
What is struct c++?
What is double in c++?
Why was c++ made?
What is singleton pattern in c++?