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
Are vectors faster than arrays?
What is a dll entry point?
What is using namespace std in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Explain what is oop?
What are c++ variables?
What is problem with overriding functions?
How can you tell what shell you are running on unix system?
Difference between strdup and strcpy?
What are the different types of polymorphism in c++?
What is setw manipulator in c++?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
List the merits and demerits of declaring a nested class in C++?
Which is most difficult programming language?
Is nan a c++?