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 object in c++ example?
what is a reference variable in C++?
Why the usage of pointers in C++ is not recommended ?
What is this pointer in c++?
What is c++ in english?
How to declare a pointer to an array of integers?
Why can’t you call invariants() as the first line of your constructor?
What are the advantages of c++?
daily Routine of father
How can you link a c program with a c function?
What is c++ namespace?
what are Operators and explain with an example?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
How does the copy constructor differ from the assignment operator (=)?
What is std :: endl?