What are advantages of C++ when comparing with C?
Answer Posted / swathi
c++ is an extension of c with some additional features like encapsulation,inheritance,etc. which makes the program to easily understand
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can I learn c++ in a week?
Describe private, protected and public – the differences and give examples.
What is protected inheritance?
You want to link a c++ program to c functions. How would you do it?
What are default parameters? How are they evaluated in c++ function?
Are strings immutable in c++?
Show the declaration for a static member variable.
What is the first name of c++?
What is object oriented programming (oop)?
Explain rethrowing exceptions with an example?
Difference between pass by value and pass by reference?
What are static member functions?
Can a class be static in c++?
What is unary operator? List out the different operators involved in the unary operator.
What are shallow and deep copies?