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
What is diamond problem in c++?
What are formatting flags in ios class?
Can constructor be private in c++?
Where can I run c++ program?
Which is best c++ or java?
Why Pointers are not used in C++?
What are friend functions in C++?
How do you write a function that can reverse a linked-list?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Define a pointer to a data member of the type pointer to pointer?
What is a manipulator in c++?
Is c++ the most powerful language?
What is constructor and destructor in c++?
Write about the stack unwinding?
What is object in c++ example?