what is the main difference between c and c++?
Answer Posted / amitab
++ can be considered as the Develop form of C.Its originated
from c and include the most important concept i.e. "Object
Oriented".
The Most common Difference are as follow :
1.C is Procedural Language and C++ is Procedural+Objected
Oriented.
2.C contains 32 Keywords,C++ extends it to 52 Keywords.
3.Data is not secured in C due to non-object oriented.
4.C followe top down approach while C++ follow Bottomup
approach.
5.We can use function inside structure in C++,but not in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
How to call a non virtual function in the derived class by using base class pointer
What is class and example?
What are the features of oop?
What is abstraction example?
Templates mean
What is persistence in oop?
can we make game by using c
What are properties in oop?
What is abstraction in oops with example?
What is encapsulation oop?
Why oops is important?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
explain sub-type and sub class? atleast u have differ it into 4 points?
How Do you Code Composition and Aggregation in C++ ?