0 votes
in TypeScript - JavaScript's Superset by
Which object oriented terms are supported by TypeScript?

1 Answer

0 votes
by

TypeScript supports following object oriented terms.

  • Modules
  • Classes
  • Interfaces
  • Inheritance
  • Data Types
  • Member functions

Related questions

0 votes
asked Jan 27, 2020 in TypeScript - JavaScript's Superset by AdilsonLima
0 votes
asked Mar 22, 2022 in TypeScript - JavaScript's Superset by sharadyadav1986
...