Is there something that we can do in C and not in C++?
Answers were Sorted based on User's Feedback
Answer / vaishnavi
there are many concepts that can be used in c++ where c
cannot support those concepts.
The following are some of those type of concepts:-
1.function overloading
2.operator overloading
3.templates
4.polymorphism
5.inheritence
6.data encapsulation
7.function over-riding
8.virtual functions
9.constructors & destructors
10. exceptional handling.
| Is This Answer Correct ? | 4 Yes | 10 No |
What is the iunknown interface?
Why was c++ created?
Why we use #include iostream in c++?
They will ask u question about single linked list?. Write Code for to insert delete node.
C is to C++ as 1 is to a) What the heck b) 2 c) 10
what are difference between c and c++?
Do you know what are static and dynamic type checking?
Why do we use iterators?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is flush () in c++?
What is encapsulation in c++ with example?
What is a syntax in c++?