avatar

松果工作室

欢迎光临

  • 首页
  • freeRTOS
  • ESP
  • 开发手册
  • 快速笔记
  • 个人收藏
  • 工具
Home CPP 面向对象大纲
文章

CPP 面向对象大纲

Posted 2023-11-18 Updated 2023-11- 19
By YCP
1~1 min read

  • 类和对象
  • 重载运算符和重载函数
  • 继承
  • 多态
  • 抽象
  • 封装
  • 接口
CPP 面向对象
Others
License:  CC BY 4.0
Share

Further Reading

Nov 19, 2023

类和对象

基本形式 #include <cstdio> class Rectangle { private: int leng; int wide; protected: public:

Nov 18, 2023

CPP 面向对象大纲

类和对象 重载运算符和重载函数 继承 多态 抽象 封装

OLDER

互斥锁(Mutex)

NEWER

二进制信号量(Semaphore)

Recently Updated

  • ESP32(八) 简单的webserver
  • ESP32(七) NVS
  • ESP32(四) STA & AP
  • 多级菜单
  • ESP32(五) ESP32 OTA

Trending Tags

WCH Linux Elec freeRTOS STM ESP Flutter Others SwiftUI

Contents

©2025 松果工作室. Some rights reserved.

Using the Halo theme Chirpy