Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SincereCSL/Playgrounds
/ class_02.ts
File
class_02.ts
TypeScript/StudyTypeScript/src/class_02.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/// 类 :抽象类与多态
2
abstract
class
Animal {
3
eat() {
4
console.log(
'吃东西'
)
Callers
nothing calls this directly
Calls
5
step2
Method · 0.80
step1
Method · 0.80
next
Method · 0.80
eat
Method · 0.65
sleep
Method · 0.45
Tested by
no test coverage detected