Explain the difference between C and C++.
Answer Posted / padmas
The programming language C, has structural programming data types where C++ has object oriented programming structures such as class-object, with features as polymorphism, Inheritance, Data abstraction and protection that are not available in C.C++ is an extension of C but cannot be seen the differences between two.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c++ a float?
What is function declaration in c++ with example?
Is java easier than c++?
Factory Method C++ – How to delete pointers returned by it
What is c++ array?
How would you use the functions memcpy(), memset(), memmove()?
Can we use stl in coding interviews?
What are structures and unions?
How do pointers work?
Is stl open source?
How much is c++ certification?
What do you mean by vtable and vptr in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is null pointer and void pointer and what is their use?
Tell me about virtual function