what is the main difference between c and c++?
Answer Posted / javed farooque
c is a procedural /structured and modular language in which
program can broken into smaller parts.c++ is based on
object oriented & c++ is a support of c. so we can say
c++ = c + object oriented.
Here, ++ is the increment opertaor it is increment by 1.
c++ is the superset of c.
c does not support reusability of code and data hiding
concepts.
c++ support reuseability of code and use for data hiding.
copy right @2009
All right reserved Affiliated by govt of M.P
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is polymorphism in oops with example?
Why is destructor used?
What is the importance of oop?
What causes polymorphism?
Is html an oop?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
any one please tell me the purpose of operator overloading
What is the fundamental idea of oop?
What is a class in oop?
What is a class oop?
What is a null tree?
How to hide the base class functionality in Inheritance?
What does and I oop mean in text?
What is ambiguity in inheritance?
What are the three parts of a simple empty class?