What are advantages of C++ when comparing with C?
Answer Posted / a geek
We can not compare C to C++.
C++ programming is object oriented and and lot of features
which are no way achievable in C easily.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is the use of bit fields in structure declaration?
What are the basics of local (auto) objects?
Please explain class & object in c++?
Is dev c++ free?
What is a down cast?
Explain what is polymorphism in c++?
When you overload member functions, in what ways must they differ?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
How can you specify a class in C++?
What is an accessor in c++?
what is the difference between overloading & overriding? give example.
How can I disable the "echo" feature?
What are all predefined data types in c++?
What is the use of volatile variable?
Why do we need runtime polymorphism in c++?