What are the advantages of C++ programming compared to C
programming?

Answers were Sorted based on User's Feedback



What are the advantages of C++ programming compared to C programming?..

Answer / geeta.e.sutar

AS COMPARE TO C PROGRAMMING C++ HAVE MORE ADVANTEGES;

BASICALLY C++ IS A HIGH LEVEL LANGUAGE,AND IT SUPPORTS ALL
FUCTIONS OF C,AND C++ SUPPORTS POLYMORPHISM,DATA
ENCAPSULATION,CLASSES AND OBJECTS.ITS A BOTTOM TO TOP
PROCEDURE.

Is This Answer Correct ?    16 Yes 1 No

What are the advantages of C++ programming compared to C programming?..

Answer / 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

More C++ General Interview Questions

Search for: what is pair in c++?

0 Answers  


I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,


Why do we use classes in c++?

0 Answers  


Can we use this pointer inside static member function?

0 Answers  


How can I disable the "echo" feature?

0 Answers  






Difference between pointer to constant vs. Pointer constant

0 Answers  


What is an explicit constructor?

1 Answers  


What is the difference between operator new and the new operator?

3 Answers   Amazon, TCS, Wipro,


Why would you use pointers in c++?

0 Answers  


What is the Standard Template Library?

1 Answers  


What is virtual base class uses?

0 Answers  


What is Pure Virtual Function? Why and when it is used ?

10 Answers   Lucent, Sona,


Categories