is there any differentiates between c or c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is there any differentiates between c or c++

I am confuse for it

15th May 2023, 5:43 AM
MD Mohin
MD Mohin - avatar
6 Answers
+ 6
Yes, the essential difference is that c++ includes OOP, and C doesn’t include that. There are more differences, the avaible modules, (like vector for c++), he string datatype (just in c++) and more. Read Hasnain [ACTIVE CHALLENGER] ‘s answer
15th May 2023, 5:45 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 4
A͢J I don’t know if you read my previous message (i deleted it), POO is used in spanish: Programación Orientada a Objetos In english is Object Oriented Programming And that’s why I wrote POO and not OOP 😅
15th May 2023, 7:43 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 3
C is a structural or procedural programming language that was used for system applications and low-level programming applications. Whereas C++ is an object-oriented programming language having some additional features like Encapsulation, Data Hiding, Data Abstraction, Inheritance, Polymorphism, etc. For more information visit this website: https://www.mygreatlearning.com/blog/difference-between-c-and-c/#:~:text=from%20C%20language%3F-,C%20is%20a%20structural%20or%20procedural%20programming%20language%20that%20was,%2C%20Inheritance%2C%20Polymorphism%2C%20etc.
15th May 2023, 6:34 AM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 3
Ugulberto Sánchez POO or OOP?
15th May 2023, 7:06 AM
A͢J
A͢J - avatar
+ 3
Ugulberto Sánchez I was asking 😀 There is OOP only
15th May 2023, 7:41 AM
A͢J
A͢J - avatar