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


Please Help Members By Posting Answers For Below Questions

What are the benefits of operator overloading?

755


What is the most common mistake on c++ and oo projects?

575


what are Operators and explain with an example?

792


Do vectors start at 0?

648


How to get the current position of the file pointer?

623






What are structs in c++?

650


Can manipulators fall in love?

620


What is array in c++ example?

716


Eplain extern keyword?

630


Can comments be nested?

684


Explain the virtual inheritance in c++.

673


Tell me an example where stacks are useful?

649


Will a catch statement catch a derived exception if it is looking for the base class?

615


Does c++ have finally?

627


What is class definition in c++ ?

694