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
Is it possible to provide special behavior for one instance of a template but not for other instances?
Is c++ the hardest language?
If you don’t declare a return value, what type of return value is assumed?
How do I run a program in notepad ++?
What is c++ and its features?
What is a buffer c++?
If I is an integer variable, which is faster ++i or i++?
Using a smart pointer can we iterate through a container?
Is there any function that can skip certain number of characters present in the input stream?
How is modularity introduced in C++?
What is pointer with example?
What are abstract data types in c++?
Why can’t you call invariants() as the first line of your constructor?
What is data types c++?
Explain the pure virtual functions?