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 the important feature of inheritance?
Why is encapsulation used?
What is methods in oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Can we have inheritance without polymorphism?
What are main features of oop?
Can we override main method?
Whats is abstraction in oops?
What does <> mean pseudocode?
What is encapsulation in oop?
What are the two different types of polymorphism?
What is encapsulation process?
what is the drawback of classical methods in oops?
What are properties in oop?
How oops is better than procedural?