what is the main difference between c and c++?
Answer Posted / narasimharao.v.v
The main Difference between C & CPP is,
1. C is a procedure oriented programming language, Where as CPP is an object oriented programming language.
2. C follows top down approach, where as CPP follows bottom up approach.
3. C= BCPL + B
4. CPP = C+ simula67.
5. C is not providing more security to the data. But cpp provides more security to the data than C.
6. CPP supports the object oriented features like Class, Object, Polymorphism, Inheritance etc. But C does not supports Object oriented features.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the types of abstraction?
Why is object oriented programming so hard?
What are the important components of cohesion?
Explain the advantages of inheritance.
What is oops concept with example?
What is solid in oops?
any one please tell me the purpose of operator overloading
What is an interface in oop?
What are main features of oop?
Why do we use encapsulation in oops?
What is abstraction in oops with example?
What is object in oop with example?
write knight tour problem which is present in datastructure
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What do you mean by variable?