what is the main difference between c and c++?
Answer Posted / amit kumar
C C++
1. Procedural Programing Object Oriented
2. Donot Support Class & Object Supports
3. Low level language High level language
4. Data Not secured Data Secured
5. Allocation By Malloc New Operator
6. Not provide default argument Provide
7. Main funtion Can't return value Can Return
8. Has no Operator overloading Has Operator overloading
9. Top-Down Approach Bottom-Up
10.Imporance on Algo & Function On Class & Object
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Give two or more real cenario of virtual function and vertual object
Can bst contain duplicates?
What is and I oop mean?
Get me a number puzzle game-program
What is constructor overloading in oop?
What are objects in oop?
What are the advantages of polymorphism?
What is destructor in oop?
How to improve object oriented design skills?
What is coupling in oops?
write a C++ program for booking using constructor and destructor.
Why do we use oops?
What is purpose of inheritance?
Is abstract thinking intelligence?
to find out the minimum of two integer number of two different classes using friend function