Difference between C and C++
C | C++ |
1.C is a procédural programing languaage. | 1.C++ is an Object oriented programing language. |
2. C is a function driven language. | |
3. C is a middle level language. | 3. C++ is a high level language. |
4. Top down approch are used in C. | 4. Button of apprach are used in C++. |
5. programs are devided into modules and procedure. | 5. Programs are devided into classes and functioin. |
6. It dose not supports function over loading. | 6. It supports function over loadiing. |
7. It dose not support function over ridding. | 7. It supports function over ridding. |
8. It file extension is C. | 8. Its file extension is C++. |
9. Hère no exception handling concept is available. | 9. Its support exception handling concepts. |
10. scanf() and printf () are used for input and output | 10. Cin and cout are used for input and output. |
11.It is not highly Secure. | 11. It is highly secured than C. |
No comments:
Post a Comment
theengineerschoice01@gmail.com