avatar

松果工作室

欢迎光临

  • 首页
  • freeRTOS
  • LVGL
  • 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(十) BLE OTA
  • ESP32(九) BLE GATTS
  • LVGL(四) 动画
  • LVGL(三) 对象中创建对象
  • LVGL(二) 定时回调

Trending Tags

LVGL WCH Linux Elec freeRTOS STM ESP Flutter Others SwiftUI

Contents

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

Using the Halo theme Chirpy