What is c?
C is the inheritance of C language. It can not only carry out procedural programming of C language, but also carry out object-based programming characterized by abstract data types. It can also carry out inheritance and Object-oriented programming characterized by polymorphism.
While C is good at object-oriented programming, it can also perform process-based programming. Therefore, the size of C depends on the scale of the problem it can adapt to.
c Language features
1. Support data encapsulation and data hiding
2. Support inheritance and reuse
3. Support Polymorphism
Recommended tutorial:c Tutorial
The above is the detailed content of what does c++ mean. For more information, please follow other related articles on the PHP Chinese website!