Google News
logo
TypeScript - Interview Questions
Does TypeScript support all object-oriented principles?
Yes, TypeScript support all object-oriented principles. There are four main principles to object-oriented programming :
 
* Encapsulation,
* Inheritance,
* Abstraction, and
* Polymorphism.
Advertisement