Is there something that we can do in C and not in C++?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the difference between an external iterator and an internal iterator?
Can I learn c++ without learning c?
What is c++ hiding?
Is swift better than c++?
What is a pointer with example?
Define a constructor - what it is and how it might be called (2 methods)?
How is modularity introduced in C++?
How new/delete differs from malloc()/free?
Is map thread safe c++?
Is c++ a pure oop language?
Write the program form Armstrong no in c++?
Using a smart pointer can we iterate through a container?