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
What is flush () in c++?
What are destructors?
Differentiate between late binding and early binding.
What is an html tag?
How would you obtain segment and offset addresses from a far address of a memory location?
What is scope resolution operator in c++ with example?
Explain unexpected() function?
What are the important differences between c++ and java?
Is c++ the hardest language?
What is class and structure in c++?
What is the best c++ compiler for windows 10?
What is size_type?
How can we check whether the contents of two structure variables are same or not?
If a header file is included twice by mistake in the program, will it give any error?
What is the difference between global variables and static varables?