top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Which Object Oriented Terms are Supported by TypeScript?

0 votes
351 views
Which Object Oriented Terms are Supported by TypeScript?
posted Dec 1, 2017 by Jayshree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

TypeScript supports the following object oriented terms:

  • Modules
  • Classes
  • Interfaces
  • Data Types
  • Member functions
answer Dec 1, 2017 by Shivaranjini
Similar Questions
0 votes

I need to reuse my Javascript module in typescript for my angular application. Can you guide me how to do that ?

...