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 object and class in oops?
What is oops and its features?
Is enum a class?
Why do we use inheritance?
What is destructor give example?
Can destructor be overloaded?
What are the features of oop?
What is abstraction oop?
What is an advantage of polymorphism?
What is interface in oop?
can we make game by using c
What are the 3 pillars of oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are the benefits of polymorphism?
What is abstraction in oop?