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
Mention the purpose of istream class?
What is c++ map?
What is a block in c++?
Can you write a function similar to printf()?
What are stacks? Give an example where they are useful.
Why do we use classes in c++?
What is function overloading c++?
What is the use of lambda in c++?
What is the size of integer variable?
How come you find out if a linked-list is a cycle or not?
What are the classes in c++?
What is an adaptor class in c++?
What are the effects after calling the delete this operator ?
What is the use of endl in c++ give an example?
What is an arraylist c++?