MCPcopy Create free account
hub / github.com/SincereCSL/Playgrounds /

Class

TypeScript/StudyTypeScript/src/class_02.ts:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// 类 :抽象类与多态
2abstract class Animal {
3 eat() {
4 console.log('吃东西')
5 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected