Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
andytyc committed Mar 15, 2023
1 parent f90d657 commit cb13daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seed/02-base-基础语法/06-obj-面向对象-类.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [类是什么](#类是什么)
- [怎么定义类](#怎么定义类)
- [怎么调用类属性和类方法](#怎么调用类属性和类方法)
- [类对象是什么](#类对象是什么)
- [类对象是什么?如何实例化](#类对象是什么如何实例化)
- [特殊标识符](#特殊标识符)
- [self](#self)
- [类属性](#类属性)
Expand All @@ -30,7 +30,7 @@
- [1. 子类内部使用](#1-子类内部使用)
- [2. 子类的对象使用](#2-子类的对象使用)

<!-- Added by: edy, at: 2023年 3月15日 星期三 19时59分15秒 CST -->
<!-- Added by: edy, at: 2023年 3月15日 星期三 20时03分07秒 CST -->

<!--te-->

Expand Down Expand Up @@ -123,7 +123,7 @@ class ClassName():
- 类里边的变量叫属性,怎样调用?格式:`类.属性`
- 类里边的函数叫方法,怎样调用?格式:`类.函数()`

## 类对象是什么
## 类对象是什么?如何实例化

类对象支持两种操作:

Expand Down

0 comments on commit cb13daf

Please sign in to comment.