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

Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


Implement strncpy

3 Answers  


How the keyword struct is different from the keyword class in c++?

0 Answers  


What is the copy-and-swap idiom?

0 Answers  


Where can I run c++ program?

0 Answers  


What is an adaptor class or Wrapper class?

1 Answers  


How long does it take to get good at leetcode?

0 Answers  


What is abstraction c++?

0 Answers  


What is rvalue?

0 Answers  


How does list r; differs from list r();?

0 Answers  


What are class and object in C++?

1 Answers  


Categories