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
How does atoi function work?
What are manipulators used for?
What are enumerations?
What is ios class in c++?
Is main a class in c++?
State the difference between delete and delete[].
Describe the advantages of operator overloading?
What is the full name of logo?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Is c++ faster than c?
What is c++ stringstream?
What are the advantage of using register variables?
Is empty stack c++?
What are 2 ways of exporting a function from a dll?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list