what is the main difference between c and c++?
Answer Posted / kk
The main difference between c and c++ is that " C is a
structured programming language while C++ is an object
programming language and also we have templates in C++ that
is not the case in C
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
when to use 'mutable' keyword and when to use 'const cast' in c++
• What are the desirable attributes for memory managment?
What makes a language oop?
hi all..i want to know oops concepts clearly can any1 explain??
What are the important components of cohesion?
What is abstraction oop?
What is encapsulation example?
Why is static class not inherited?
Can private class be inherited?
How to use CMutex, CSemaphore in VC++ MFC
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is encapsulation and abstraction? How are they implemented in C++?
What is destructor give example?
What is class and object in oops?
What is the purpose of polymorphism?