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
When is the copy constructor called?
How do I run c++?
What is runtime polymorphism in c++?
What kind of jobs can I get with c++?
Is c++ still being used?
What is the difference between the parameter to a template and the parameter to a function?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
How does a copy constructor differs from an overloaded assignment operator?
Which operations are permitted on pointers?
If a function doesn’t return a value, how do you declare the function?
Write a note about the virtual member function?
List the features of oops in c++?
Why do we use pointers in c++?
Why do we need pointers?
What are the different types of polymorphism in c++?