+ 1

[DUPLICATE] Difference between C and C++

Tell me about this

20th Jan 2018, 7:09 PM
Nabyendu Barui
Nabyendu Barui - avatar
2 Answers
+ 2
There are many differences. Some of them include: C is a procedural programming language and doesn't support classes and objects, while C++ is procedural and object oriented. C doesn't support encapsulation, polymorphism etc. It also doesn't support information hiding, because functions can't be encapsulated. C++ uses Namespace, while C does not.
20th Jan 2018, 7:32 PM
Desi Borisova
Desi Borisova - avatar
+ 5
Hi Nabyendu. This question has been asked many times before. Try to find the answer yourself before you ask the community. To see the previous questions, add the word sololearn to the end of your Google search. Hope this helps 🙂 These are a FEW of the results I got with the Google search: difference c c++ sololearn https://www.sololearn.com/Discuss/136823/?ref=app https://www.sololearn.com/Discuss/588240/?ref=app https://www.sololearn.com/Discuss/361465/?ref=app https://www.sololearn.com/Discuss/407356/?ref=app https://www.sololearn.com/Discuss/353360/?ref=app https://www.sololearn.com/Discuss/1878/?ref=app
20th Jan 2018, 7:33 PM
David Ashton
David Ashton - avatar