what is the main difference between c and c++?
Answer Posted / jayasrinivas.donavalli
The main Difference between C and C++ is C is Object Based
program.that means in C also we have Object 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
| Is This Answer Correct ? | 959 Yes | 221 No |
Post New Answer View All Answers
What is a class in oop?
Why is oop useful?
What are the advantages of polymorphism?
What is overloading in oops?
What are the 3 pillars of oop?
Can static class have constructor?
What is static in oop?
What is encapsulation in ict?
What is oops and why we use oops?
c++ program to swap the objects of two different classes
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is class and example?
Who invented oop?
Is data hiding and abstraction same?
What are main features of oop?