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

How much do c++ programmers make?

536


Can user-defined object be declared as static data member of another class?

530


What is the basic structure of a c++ program?

580


What is the exit function in c++?

512


What is a catch statement?

558






Explain what are accessor methods?

633


Define private, protected and public access control.

586


Mention the ways in which parameterized can be invoked.

517


Where and why do I have to put the "template" and "typename" keywords?

553


What is helper in c++?

545


What is the error in the code below and how should it be corrected?

280


What is a Default constructor?

884


What is the default width for ouputting a long integer using the insertion operator?

660


Explain the problem with overriding functions

582


Explain container class.

655