现代C++内容主要分块

现代C++内容主要分块

1. 语言基础(Language Basics)

  • 语法规则(Syntax)
     

  • 基本数据类型(Basic Data Types)
     

  • 控制结构(Control Structures)
     

  • 函数和参数(Functions and Parameters)
     

  • 变量作用域与生命周期(Scope and Lifetime)
     

2. 面向对象编程(Object-Oriented Programming)

  • 类和对象(Classes and Objects)
     

  • 继承(Inheritance)
     

  • 多态(Polymorphismÿ

你可能感兴趣的:(c++,开发语言)