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 is the main purpose of inheritance law?
What do you mean by abstraction?
What type of loop is a for loop?
How to hide the base class functionality in Inheritance?
What is polymorphism give a real life example?
What is interface in oop?
• What are the desirable attributes for memory managment?
What is the difference between a mixin and inheritance?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
what type of question are asked in thoughtworks pair programming round ?
Advantage and disadvantage of routing in telecom sector
Why multiple inheritance is not possible?
What is destructor in oop?
What does and I oop mean?
Why is polymorphism needed?