C++的优点都有哪些?
C++
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
同类其他面试题 点击新一篇或旧一篇可浏览全部同类面试题
新一篇:g++的常用参数有哪些?
旧一篇:为什么选标准 C++?
