C++的优点都有哪些?

匿名网友 匿名网友 发布于: 2015-08-30 00:00:00
阅读 162 收藏 0 点赞 0 评论 0

1. Supports data abstraction and object-oriented programming
2. Contains all existing features of C, making the migration from C to C++ relatively easy
3. Is as portable and efficient as C
4. Can be linked to existing C libraries and functions
5. Provides strong static-type checking
6. Is a general-purpose language

评论列表
文章目录