What are advantages of C++ when comparing with C?
Answer Posted / bhuvana
C++ is an object oriented programming language.And it has
the main features of classes & objects, inheritances,
polymorphism.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Write a program using display() function which takes two arguments.
What are the differences between malloc() and calloc()?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is the full name of logo?
What is the output of the following program? Why?
What is a vector c++?
How does code-bloating occur in c++?
Should I learn c or c++ first?
Which c++ compiler is best?
What are disadvantages of pointers?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is the main function c++?
Why is standard template library used?
Is c++ low level?
What is unary operator? List out the different operators involved in the unary operator.