Angular / Typescript interview questions
What is class in typescript?
The concept of class is similar to Java, Scala or any other object oriented programming language. A Class can have constructor, member variables, properties and methods. TypeScript also allows access modifiers, private and public for member variables and functions.
More Related questions...