MCPcopy 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/// 类 :抽象类与多态
2abstract class Animal {
3 eat() {
4 console.log('吃东西')

Callers

nothing calls this directly

Calls 5

step2Method · 0.80
step1Method · 0.80
nextMethod · 0.80
eatMethod · 0.65
sleepMethod · 0.45

Tested by

no test coverage detected