what is the main difference between c and c++?
Answer Posted / a.sivasankar
i)C++ is an pure object oriented program language.
ii)c++ is an bottom up approach but c is an top down approach
ii)In c++ using classes and object but not in c.
iv)In c++ one of main advantage reusability, we can deriving
the propertis from one class to another but not in c
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Where You Can Use Interface in your Project
What is the real time example of encapsulation?
What is the point of polymorphism?
Why is object oriented programming so hard?
What is interface in oop?
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
Why do pointers exist?
what's the basic's in dot net
What is difference between inheritance and polymorphism?
write a C++ program for booking using constructor and destructor.
Is this job good for future? can do this job post grduate student?
What is encapsulation with example?
What does and I oop mean in text?
What is polymorphism what is it for and how is it used?
How Do you Code Composition and Aggregation in C++ ?