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
Explain how an exception handler is defined and invoked in a Program.
How do you find out if a linked-list has an end?
What is extern c++?
How do you decide which integer type to use?
What is private public protected in c++?
How can a struct in c++ differs from a struct in c?
When must you use a pointer rather than a reference?
Differentiate between the message and method in c++?
What does I ++ mean in c++?
How would you differentiate between a pre and post increment operators while overloading?
What are the basics of local (auto) objects?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is a null object in c++?
What is c++ try block?
How do you initialize a string in c++?