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


Please Help Members By Posting Answers For Below Questions

What is :: operator in c++?

580


What is bubble sort c++?

576


Is arr and &arr are same expression for an array?

584


What is c++ try block?

581


What is singleton pattern in c++?

548






What is c++ flowchart?

677


What is the difference between a "copy constructor" and an "assignment operator" in C++?

622


What is the oldest programming language?

570


Explain the difference between using macro and inline functions?

578


What are register variables?

647


What is iostream in c++ used for?

549


Explain function overloading and operator overloading.

624


Out of fgets() and gets() which function is safe to use?

642


How does class accomplish data hiding in c++?

660


What c++ library is string in?

580