Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 220 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 220 Bytes

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 --sourcemap animals.ts