mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
===== TypeScript Sample: Simple ===== === Overview === Simple use of classes and inheritance: - Classes: A base class and two subclasses - Super calls: Derived classes make super calls === Running === tsc animals.ts