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
Where are setjmp and longjmp used in c++?
Differentiate between structure and class in c++.
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is the use of ::(scope resolution operator)?
Is java easier than c++?
What is insertion sorting?
Why c++ is not a pure oop language?
What is iterator c++?
Explain polymorphism?
Define a constructor?
What is data abstraction? How is it different from data encapsulation?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What are the types of array in c++?
Can c++ be faster than c?
What are the five basic elements of a c++ program?