What are the advantages of C++ programming compared to C
programming?
Answer Posted / 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 |
Post New Answer View All Answers
Difference between a copy constructor and an assignment operator.
What sorting algorithm does c++ use?
Do we have to use initialization list in spite of the assignment in constructors?
What do you mean by vtable and vptr in c++?
Should I learn c or c++ first?
How many types of classes are there in c++?
Which c++ operator cannot overload?
What is a pdb file?
Write a program which uses functions like strcmp(), strcpy()? etc
What is a local reference?
Is c++ a float?
Array base access faster or pointer base access is faster?
How do c++ struct differs from the c++ class?
What is c++ try block?
Define whitespace in C++.