What are advantages of C++ when comparing with C?
Answer Posted / atmiya
1.support data abstraction
2.object oriented programming language
3.support encapsulation of data
4.reusability
5.Inheritance is provide by cpp
6.class & object concept available in cpp
7.polymorphism
8.standard Template library
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which operator cannot be overloaded c++?
Why do we use templates?
Is c++ low level?
What is constructor c++?
What are friend functions in C++?
Differentiate between a constructor and a method in C++.
What is setfill c++?
Can union be self referenced?
Explain pass by value and pass by reference.
Explain "const" reference arguments in function?
Can a new be used in place of old mallocq? If yes, why?
How the delete operator differs from the delete[]operator?
Explain the concept of memory leak?
Why the usage of pointers in C++ is not recommended ?
What is runtime errors c++?