what is the main difference between c and c++?
Answer Posted / nitish kumar jha
The main Difference between C and C++ is C is structure Based
programing language.that means in C also we have structure
based Applications like Structures and Unions.
C++ is Object Oriented Language that means entire
application will be depending on Objects only.
Uses of Object oriented Program is Reusability,Increase the
effiency of the program and it gives extra security like
Private data is also be there in C++.
C++ is the Advanced version of C.
In otherwords we say c++ supports both Object based and
Object oriented Applications
i mean finally i want say that both are same because C&C++
both are language the main diffrence between them C is old
version language and C++ is latest programing language which
come modified of C language ....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by abstraction?
Why we use classes in oop?
Why do while loop is used?
Which language is not a true object oriented programming language?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
explain sub-type and sub class? atleast u have differ it into 4 points?
What are the two different types of polymorphism?
Are polymorphisms mutations?
What is polymorphism and its types?
any one please tell me the purpose of operator overloading
What is polymorphism oop?
what is graphics
Why is destructor used?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is oops concept with example?