Is there something that we can do in C and not in C++?
Answer Posted / 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 |
Post New Answer View All Answers
Is c the same as c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How do you write a function that can reverse a linked-list?
What is a far pointer? where we use it?
Is ca high or low level language?
What are the benefits of c++?
Can you write a function similar to printf()?
What's the most powerful programming language?
What is c++ namespace?
Can c++ be faster than c?
Which function cannot be overloaded c++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is the use of c++ programming language in real life?
What is c++ in english?
What are c++ data types?