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

Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


What is the extension of c++?

0 Answers  


What data encapsulation is in c++?

0 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


What is object in c++ example?

0 Answers  






what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?

0 Answers   Honeywell,


What is meant by iomanip in c++?

0 Answers  


What is the difference between multiple and multilevel inheritance in c++?

0 Answers  


How do you establish an is-a relationship?

0 Answers  


What do you mean by early binding?

0 Answers  


Define precondition and post-condition to a member function?

1 Answers  


How do you find out if a linked-list has an end?

0 Answers  


Categories