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

What is #include c++?

0 Answers  


What you mean by early binding and late binding? How it is related to dynamic binding?

1 Answers  


What is pointer to member?

0 Answers  


How does java differ from c and c++?

0 Answers  


What is the benefit of learning c++?

0 Answers  






Can a constructor return a value?

0 Answers  


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


Is c++ the hardest programming language?

0 Answers  


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


How to declare a function pointer?

0 Answers  


How to declare an array of pointers to integer?

0 Answers  


Categories