Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 321 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 321 Bytes

Classes and Interfaces

  • class and this
  • private and public
  • short init syntax
  • readonly
  • inheritance
  • overriding and protected
  • getters and setters
  • abstract
  • private constructors
  • basic interfaces
  • implement interfaces
  • interface inheritance
  • interface function type
  • optional parameters and properties